UNPKG

hazelcast-client

Version:

Hazelcast - open source In-Memory Data Grid - client for NodeJS

9 lines (8 loc) 258 B
/** * Configurations for LifecycleListeners. These are registered as soon as client started. */ export declare class ListenerConfig { lifecycle: Function[]; addLifecycleListener(listener: Function): void; getLifecycleListeners(): Function[]; }