StompClient class

Constructors

StompClient({StompClientOptions options = const StompClientOptions(), StompTcpClient? tcpClient})

Properties

hashCode int
The hash code for this object.
no setterinherited
options → StompClientOptions
final
rawStream Stream<Uint8List>?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

connect() Future<void>
disconnect() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(String destination, String body) → void
subscribe(String destination, StompMessageHandler handler) Future<void>
toString() String
A string representation of this object.
inherited
unsubscribe(String destination) Future<void>

Operators

operator ==(Object other) bool
The equality operator.
inherited