Interface TopicService
-
- All Known Implementing Classes:
JobLogsTopicService
public interface TopicService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ResourceMonitorEvent>getEvents(Topic topic, Long startSeqnum, Long endSeqnum)TopicTypegetTopicType()booleansubscribe(Topic topic, org.springframework.web.socket.WebSocketSession session, String subscriptionId, Long seqnum)booleanunsubscribe(String sessionId, Topic topic)
-