Uses of Class
com.hazelcast.config.ReliableTopicConfig
-
Uses of ReliableTopicConfig in com.hazelcast.config
Modifier 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.Modifier and TypeMethodDescriptionConfig.getReliableTopicConfigs()
Returns the map of reliable topic configurations, mapped by config name.Modifier and TypeMethodDescriptionConfig.addReliableTopicConfig
(ReliableTopicConfig topicConfig) Adds the reliable topic configuration.Modifier and TypeMethodDescriptionConfig.setReliableTopicConfigs
(Map<String, ReliableTopicConfig> reliableTopicConfigs) Sets the map of reliable topic configurations, mapped by config name.ModifierConstructorDescriptionCreates a new ReliableTopicConfig by cloning an existing one.