@stomp/stompjs
Version:
STOMP client for Javascript and Typescript
14 lines • 437 B
JavaScript
/**
* Configuration options for STOMP Client, each key corresponds to
* field by the same name in {@link Client}. This can be passed to
* the constructor of {@link Client} or to [Client#configure]{@link Client#configure}.
*
* Part of `@stomp/stompjs`.
*/
var StompConfig = /** @class */ (function () {
function StompConfig() {
}
return StompConfig;
}());
export { StompConfig };
//# sourceMappingURL=stomp-config.js.map