hazelcast-client
Version:
Hazelcast - open source In-Memory Data Grid - client for NodeJS
14 lines (13 loc) • 322 B
TypeScript
/**
* hazelcast.cloud configuration to let the client connect the cluster via hazelcast.cloud
*/
export declare class ClientCloudConfig {
/**
* hazelcast.cloud discoveryToken of your cluster
*/
discoveryToken: string;
/**
* enabled true to use hazelcast.cloud
*/
enabled: boolean;
}