UNPKG

hazelcast-client

Version:

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

8 lines (7 loc) 237 B
/// <reference types="bluebird" /> import * as Promise from 'bluebird'; import { Properties } from '../config/Properties'; export interface SSLOptionsFactory { init(properties: Properties): Promise<void>; getSSLOptions(): any; }