BytedeskStomp class

Constructors

BytedeskStomp()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
messageProvider MessageProvider?
getter/setter pair
orgUid String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stompClient ↔ StompClient?
getter/setter pair
subscribedTopics List<String>?
getter/setter pair
transformedTopic String?
getter/setter pair

Methods

connect() → void
disconnect() → void
handlePreviewMessage(Message message) → void
handleTransferMessage() → void
handleTypingMessage(Message message) → void
isConnected() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onConnect(StompFrame frame) → void
sendMessage(String message) → void
subscribe(String topic) → void
toString() String
A string representation of this object.
inherited
unsubscribe(String topic) → void
updateMessageStatus(Message message) → void
updateMessageSuccess(String uid) → void

Operators

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