Uses of Enum Class
com.loomcache.server.datastructures.ReliableTopic.TopicOverloadPolicy
Packages that use ReliableTopic.TopicOverloadPolicy
-
Uses of ReliableTopic.TopicOverloadPolicy in com.loomcache.server.datastructures
Subclasses with type arguments of type ReliableTopic.TopicOverloadPolicy in com.loomcache.server.datastructuresModifier and TypeClassDescriptionstatic enumPolicy applied when a publish arrives while the retained ringbuffer window is full.Methods in com.loomcache.server.datastructures that return ReliableTopic.TopicOverloadPolicyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ReliableTopic.TopicOverloadPolicy[]ReliableTopic.TopicOverloadPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loomcache.server.datastructures with parameters of type ReliableTopic.TopicOverloadPolicyModifier and TypeMethodDescriptionlongReliableTopic.publish(T message, @Nullable String publisherId, ReliableTopic.TopicOverloadPolicy policy) longReliableTopic.storeOnly(T message, @Nullable String publisherId, ReliableTopic.TopicOverloadPolicy policy)