StompUtils class

Utility functions for STOMP

Constructors

StompUtils.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

createQueueDestination(String queue) String
Creates a queue destination
createTempDestination(String suffix) String
Creates a temporary destination
createTopicDestination(String topic) String
Creates a topic destination
getDestinationType(String destination) StompDestinationType
Parses a destination to determine its type
isValidDestination(String destination) bool
Validates a destination name