Files
dieheldin/node_modules/@stomp/stompjs/esm6/stomp-config.js
2026-02-24 07:04:01 +01:00

13 lines
494 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}.
*
* There used to be a class with the same name in `@stomp/ng2-stompjs`, which has been replaced by
* {@link RxStompConfig} and {@link InjectableRxStompConfig}.
*
* Part of `@stomp/stompjs`.
*/
export class StompConfig {
}
//# sourceMappingURL=stomp-config.js.map