matssocket
Version:
MatsSocket client library
17 lines • 483 B
TypeScript
/**
* *
*/
export type MatsSocketCloseCodes = int;
export namespace MatsSocketCloseCodes {
let VIOLATED_POLICY: number;
let UNEXPECTED_CONDITION: number;
let SERVICE_RESTART: number;
let GOING_AWAY: number;
let CLOSE_SESSION: number;
let SESSION_LOST: number;
let RECONNECT: number;
let DISCONNECT: number;
let MATS_SOCKET_PROTOCOL_ERROR: number;
function nameFor(closeCode: any): string;
}
//# sourceMappingURL=MatsSocketCloseCodes.d.ts.map