Uses of Class
com.loomcache.server.datastructures.DistributedTopic
Packages that use DistributedTopic
Package
Description
-
Uses of DistributedTopic in com.loomcache.server.datastructures
Methods in com.loomcache.server.datastructures that return DistributedTopicModifier and TypeMethodDescriptionDataStructureRegistry.getOrCreateTopic(String name) @Nullable DistributedTopic<String> Methods in com.loomcache.server.datastructures with parameters of type DistributedTopicModifier and TypeMethodDescriptionvoidDataStructureRegistry.registerTopic(String name, DistributedTopic<String> topic) -
Uses of DistributedTopic in com.loomcache.server.embedded
Methods in com.loomcache.server.embedded that return DistributedTopicModifier and TypeMethodDescriptionGet or create a distributed topic. -
Uses of DistributedTopic in com.loomcache.springboot.config
Methods in com.loomcache.springboot.config that return DistributedTopicModifier and TypeMethodDescriptionCacheNodeConfig.defaultTopic(CacheNode cacheNode) Create default distributed topic bean, resolved from the node's registry so it shares state with the rest of the embedded server. -
Uses of DistributedTopic in com.loomcache.springboot.controller
Constructors in com.loomcache.springboot.controller with parameters of type DistributedTopicModifierConstructorDescriptionTopicController(DistributedTopic<String> defaultTopic, CacheNode cacheNode, LoomCache loomCache) Create a TopicController with a DistributedTopic.