Create a new topic instance from the given WAMP publication topic.
the structured name of a Coaty publication topic
a Coaty communication topic instance or undefined if the topic name represents a Raw or external IO value event.
Gets a pattern-based WAMP topic filter with wildcards for subscription.
the protocol version
the event type
the event filter or undefined
correlation ID for response message, or undefined for request message
Gets the WAMP publication topic name for the given topic components.
the protocol version
an event type
a filter for an event type, or undefined
ID from which this event originates
correlation ID for two-way message or undefined
Determines whether the given topic name starts with the same topic component as a Coaty topic.
a topic name
true if the given topic name is a potential Coaty topic; false otherwise
Determines whether the given name is a valid WAMP URI topic for publication or subscription.
a topic URI
indicates whether the name is used for subscription (true) or publication (false)
true if the given topic name can be used as requested; false otherwise
Generated using TypeDoc
Represents WAMP publication and subscription topics for Coaty communication events (except Raw and external IoValue).