StompClient class

Constructors

StompClient({required StompConfig config})

Properties

config StompConfig
final
connected bool
no setter
hashCode int
The hash code for this object.
no setterinherited
isActive bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

ack({required String id, Map<String, String>? headers}) → void
activate() → void
deactivate() → void
nack({required String id, Map<String, String>? headers}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send({required String destination, Map<String, String>? headers, String? body, Uint8List? binaryBody}) → void
subscribe({required String destination, required StompFrameCallback callback, Map<String, String>? headers}) StompUnsubscribe
toString() String
A string representation of this object.
inherited

Operators

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