LiveTopicUtils

open class LiveTopicUtils

Functions

Link copied to clipboard
open fun containsMultiLevelWildcard(topicString: String): Boolean
Checks if a topicString contains a multi level wildcard
Link copied to clipboard
open fun containsSingleLevelWildcard(topicString: String): Boolean
Checks if a topicString contains a single level wildcard
Link copied to clipboard
open fun generateLiveUpdateTopicFromLiveUpdate(liveUpdate: LiveUpdate): LiveTopic
Generate a liveTopic from a liveUpdate
Link copied to clipboard
open fun isMatchingCriteria(subscribedTopic: LiveTopicCriteria, messageTopic: LiveTopic): Boolean
Checks if a LiveTopicCriteria and LiveTopic is matching
Link copied to clipboard
open fun topicPartIsMultiLevelWildCard(topicPart: String): Boolean
Checks if a topicPart contains a multi level wildcard
Link copied to clipboard
open fun topicPartIsSingleLevelWildcard(topicPart: String): Boolean
Checks if a topicPart contains a single level wildcard