StompHostExtension extension

Extension methods for Host to easily add STOMP functionality

on

Methods

addStompService({StompServiceOptions? options}) Future<StompService>

Available on Host, provided by the StompHostExtension extension

Adds STOMP service to the host
connectStomp({required PeerId peerId, required String hostName, String? login, String? passcode, Duration? timeout}) Future<StompClient>

Available on Host, provided by the StompHostExtension extension

Creates a STOMP client connection to a peer