UNPKG

hazelcast-client

Version:

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

19 lines (18 loc) 778 B
export declare class ClientMessageType { static CLIENT_AUTHENTICATION: number; static CLIENT_AUTHENTICATIONCUSTOM: number; static CLIENT_ADDMEMBERSHIPLISTENER: number; static CLIENT_CREATEPROXY: number; static CLIENT_DESTROYPROXY: number; static CLIENT_GETPARTITIONS: number; static CLIENT_REMOVEALLLISTENERS: number; static CLIENT_ADDPARTITIONLOSTLISTENER: number; static CLIENT_REMOVEPARTITIONLOSTLISTENER: number; static CLIENT_GETDISTRIBUTEDOBJECTS: number; static CLIENT_ADDDISTRIBUTEDOBJECTLISTENER: number; static CLIENT_REMOVEDISTRIBUTEDOBJECTLISTENER: number; static CLIENT_PING: number; static CLIENT_STATISTICS: number; static CLIENT_DEPLOYCLASSES: number; static CLIENT_ADDPARTITIONLISTENER: number; }