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 classSecuredMessageclassSecuredMessageWithMap<K,V>classSimpleMessageTopicMessageimplementation 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 voidTopic. 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 TopicMessageDefaultTopicsRegistry.ValueTopic. getLastMessage()TopicMessageDefaultTopicsRegistry.ValueTopic. getLastOrInitialMessage()Methods in jetbrains.buildServer.push.impl with parameters of type TopicMessage Modifier and Type Method Description voidDefaultTopicsRegistry.ValueTopic. publish(TopicMessage message)voidDefaultTopicsRegistry.MessagesSender. send(String topicId, TopicMessage message)Method parameters in jetbrains.buildServer.push.impl with type arguments of type TopicMessage Modifier and Type Method Description voidDefaultTopicsRegistry. registerInitialMsgSupplier(Function<String,TopicMessage> initialMsgSupplier)
-