UNPKG

@stomp/rx-stomp

Version:

RxJS STOMP client for Javascript and Typescript

12 lines (11 loc) 178 B
/** * Possible states for the RxStomp * * Part of `@stomp/rx-stomp` */ export declare enum RxStompState { CONNECTING = 0, OPEN = 1, CLOSING = 2, CLOSED = 3 }