Package jetbrains.buildServer.push
Interface Topic
-
- All Known Implementing Classes:
DefaultTopicsRegistry.ValueTopic
public interface Topic- Author:
- Dmitry Treskunov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpublish(TopicMessage message)Send message to the all subscribers of this topic.
-
-
-
Method Detail
-
publish
void publish(@NotNull TopicMessage message)Send message to the all subscribers of this topic.
-
-