Uses of Interface
jetbrains.buildServer.push.TopicMessage
-
Packages that use TopicMessage Package Description jetbrains.buildServer.push jetbrains.buildServer.push.impl -
-
Uses of TopicMessage in jetbrains.buildServer.push
Classes in jetbrains.buildServer.push that implement TopicMessage Modifier and Type Class Description class
SecuredMessage
class
SecuredMessageWithMap<K,V>
class
SimpleMessage
TopicMessage
implementation that can be used if message is serialized to the same string for all subscriptions.Methods in jetbrains.buildServer.push with parameters of type TopicMessage Modifier and Type Method Description void
Topic. publish(TopicMessage message)
Send message to the all subscribers of this topic.Constructors in jetbrains.buildServer.push with parameters of type TopicMessage Constructor Description SecuredMessage(TopicMessage delegate, Predicate<SUser> permissionsChecker)
-
Uses of TopicMessage in jetbrains.buildServer.push.impl
Methods in jetbrains.buildServer.push.impl that return TopicMessage Modifier and Type Method Description TopicMessage
DefaultTopicsRegistry.ValueTopic. getLastMessage()
TopicMessage
DefaultTopicsRegistry.ValueTopic. getLastOrInitialMessage()
Methods in jetbrains.buildServer.push.impl with parameters of type TopicMessage Modifier and Type Method Description void
DefaultTopicsRegistry.ValueTopic. publish(TopicMessage message)
void
DefaultTopicsRegistry.MessagesSender. send(String topicId, TopicMessage message)
Method parameters in jetbrains.buildServer.push.impl with type arguments of type TopicMessage Modifier and Type Method Description void
DefaultTopicsRegistry. registerInitialMsgSupplier(Function<String,TopicMessage> initialMsgSupplier)
-