UNPKG

hazelcast-client

Version:

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

15 lines (14 loc) 308 B
/** * Group configuration of the cluster that this client connects. * A client will connect to only the cluster with these properties. */ export declare class GroupConfig { /** * Cluster group name. */ name: string; /** * Cluster group password. */ password: string; }