13 lines
494 B
JavaScript
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
|