Class LoomReliableTopic<T>
java.lang.Object
com.loomcache.client.LoomReliableTopic<T>
- Type Parameters:
T- the message type
Client-side reliable-topic proxy with replay by retained sequence.
-
Method Summary
Modifier and TypeMethodDescriptionlonglongpublish(T message, TopicOverloadPolicy policy) readFrom(long sequence, int maxCount) void
-
Method Details
-
publish
-
publish
-
readFrom
-
unsubscribe
public void unsubscribe()
-