StompHandler class
Constructors
- StompHandler({required StompConfig config})
Properties
- config → StompConfig
-
final
- connected → bool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
ack(
{required String id, Map< String, String> ? headers}) → void -
dispose(
) → 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 -
start(
) → void -
subscribe(
{required String destination, required StompFrameCallback callback, Map< String, String> ? headers}) → StompUnsubscribe -
toString(
) → String -
A string representation of this object.
inherited
-
watchForReceipt(
String receiptId, StompFrameCallback callback) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited