UNPKG

@stomp/rx-stomp

Version:

RxJS STOMP client for Javascript and Typescript

11 lines 300 B
/** * Represents a configuration object for RxSTOMP. * Instance of this can be passed to [RxStomp#configure]{@link RxStomp#configure} * * All the attributes of these calls are optional. * * Part of `@stomp/rx-stomp` */ export class RxStompConfig { } //# sourceMappingURL=rx-stomp-config.js.map