Uses of Record Class
com.loomcache.server.topic.TopicConfig
Packages that use TopicConfig
-
Uses of TopicConfig in com.loomcache.server.topic
Methods in com.loomcache.server.topic that return TopicConfigModifier and TypeMethodDescriptionstatic TopicConfigTopicConfig.defaults()Create a topic configuration with default values.static TopicConfigTopicConfig.withBufferSize(int maxBufferSize) Create a topic configuration with custom buffer size.Constructors in com.loomcache.server.topic with parameters of type TopicConfigModifierConstructorDescriptionDistributedTopic(String topicName, TopicConfig config) Create a distributed topic with custom configuration.