Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
ReliableTopicConfig |
ReliableTopicConfig.addMessageListenerConfig(ListenerConfig listenerConfig)
Adds a message listener (listens for when messages are added or removed)
to this reliable topic.
|
ReliableTopicConfig |
Config.findReliableTopicConfig(String name)
Returns a read-only reliable topic configuration for the given name.
|
ReliableTopicConfig |
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 |
ReliableTopicConfig.setExecutor(Executor executor)
Sets the executor that is going to process the event.
|
ReliableTopicConfig |
ReliableTopicConfig.setMessageListenerConfigs(List<ListenerConfig> listenerConfigs)
Sets the list of message listeners (listens for when messages are added
or removed) for this topic.
|
ReliableTopicConfig |
ReliableTopicConfig.setName(String name)
Sets the name of the reliable topic.
|
ReliableTopicConfig |
ReliableTopicConfig.setReadBatchSize(int readBatchSize)
Sets the read batch size.
|
ReliableTopicConfig |
ReliableTopicConfig.setStatisticsEnabled(boolean statisticsEnabled)
Enables or disables statistics for this reliable topic.
|
ReliableTopicConfig |
ReliableTopicConfig.setTopicOverloadPolicy(TopicOverloadPolicy topicOverloadPolicy)
Sets the TopicOverloadPolicy for this reliable topic.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ReliableTopicConfig> |
Config.getReliableTopicConfigs()
Returns the map of reliable topic configurations, mapped by config name.
|
Modifier and Type | Method and Description |
---|---|
Config |
Config.addReliableTopicConfig(ReliableTopicConfig topicConfig)
Adds the reliable topic configuration.
|
Modifier and Type | Method and Description |
---|---|
Config |
Config.setReliableTopicConfigs(Map<String,ReliableTopicConfig> reliableTopicConfigs)
Sets the map of reliable topic configurations, mapped by config name.
|
Constructor and Description |
---|
ReliableTopicConfig(ReliableTopicConfig config)
Creates a new ReliableTopicConfig by cloning an existing one.
|
Copyright © 2023 Hazelcast, Inc.. All rights reserved.