UNPKG

@stomp/rx-stomp

Version:

RxJS STOMP client for Javascript and Typescript

12 lines (11 loc) 147 B
/** * Possible states for the RxStomp * * Part of `@stomp/rx-stomp` */ export enum RxStompState { CONNECTING, OPEN, CLOSING, CLOSED, }