Uses of Class
com.hazelcast.config.ReliableTopicConfig
Packages that use ReliableTopicConfig
-
Uses of ReliableTopicConfig in com.hazelcast.config
Methods in com.hazelcast.config that return ReliableTopicConfigModifier and TypeMethodDescriptionReliableTopicConfig.addMessageListenerConfig
(ListenerConfig listenerConfig) Adds a message listener (listens for when messages are added or removed) to this reliable topic.Config.findReliableTopicConfig
(String name) Returns a read-only reliable topic configuration for the given name.Config.getReliableTopicConfig
(String name) Returns the ReliableTopicConfig for the given name, creating one if necessary and adding it to the collection of known configurations.ReliableTopicConfig.setExecutor
(Executor executor) Sets the executor that is going to process the event.ReliableTopicConfig.setMessageListenerConfigs
(List<ListenerConfig> listenerConfigs) Sets the list of message listeners (listens for when messages are added or removed) for this topic.Sets the name of the reliable topic.ReliableTopicConfig.setReadBatchSize
(int readBatchSize) Sets the read batch size.ReliableTopicConfig.setStatisticsEnabled
(boolean statisticsEnabled) Enables or disables statistics for this reliable topic.ReliableTopicConfig.setTopicOverloadPolicy
(TopicOverloadPolicy topicOverloadPolicy) Sets the TopicOverloadPolicy for this reliable topic.ReliableTopicConfig.setUserCodeNamespace
(String userCodeNamespace) Associates the provided Namespace Name with this structure forClassLoader
awareness.Methods in com.hazelcast.config that return types with arguments of type ReliableTopicConfigModifier and TypeMethodDescriptionConfig.getReliableTopicConfigs()
Returns the map of reliable topic configurations, mapped by config name.Methods in com.hazelcast.config with parameters of type ReliableTopicConfigModifier and TypeMethodDescriptionConfig.addReliableTopicConfig
(ReliableTopicConfig topicConfig) Adds the reliable topic configuration.Method parameters in com.hazelcast.config with type arguments of type ReliableTopicConfigModifier and TypeMethodDescriptionConfig.setReliableTopicConfigs
(Map<String, ReliableTopicConfig> reliableTopicConfigs) Sets the map of reliable topic configurations, mapped by config name.Constructors in com.hazelcast.config with parameters of type ReliableTopicConfigModifierConstructorDescriptionCreates a new ReliableTopicConfig by cloning an existing one.