Uses of Class
com.loomcache.server.datastructures.ReliableTopic
Packages that use ReliableTopic
Package
Description
-
Uses of ReliableTopic in com.loomcache.server.datastructures
Methods in com.loomcache.server.datastructures that return ReliableTopicModifier and TypeMethodDescriptionDataStructureRegistry.getOrCreateReliableTopic(String name) Get or create a reliable topic with default capacity.DataStructureRegistry.getOrCreateReliableTopic(String name, int capacity) Get or create a reliable topic with specified ringbuffer capacity.@Nullable ReliableTopic<String> DataStructureRegistry.getReliableTopic(String name) Methods in com.loomcache.server.datastructures with parameters of type ReliableTopicModifier and TypeMethodDescriptionvoidDataStructureRegistry.registerReliableTopic(String name, ReliableTopic<String> topic) -
Uses of ReliableTopic in com.loomcache.springboot.config
Methods in com.loomcache.springboot.config that return ReliableTopic -
Uses of ReliableTopic in com.loomcache.springboot.controller
Constructors in com.loomcache.springboot.controller with parameters of type ReliableTopicModifierConstructorDescriptionReliableTopicController(ReliableTopic<String> defaultReliableTopic)