Uses of Class
com.hazelcast.config.ListenerConfig
Package
Description
Contains classes related to config for com.hazelcast.client
Provides classes for configuring HazelcastInstance.
-
Uses of ListenerConfig in com.hazelcast.client.config
Modifier and TypeMethodDescriptionClientConfig.getListenerConfigs()
Gets list of all configuredListenerConfig
'sModifier and TypeMethodDescriptionClientConfig.addListenerConfig
(ListenerConfig listenerConfig) Helper method to add a new ListenerConfigModifier and TypeMethodDescriptionClientConfig.setListenerConfigs
(List<ListenerConfig> listenerConfigs) Sets allListenerConfig
's -
Uses of ListenerConfig in com.hazelcast.config
Modifier and TypeClassDescriptionclass
Configuration for CachePartitionLostListenerclass
Configuration forEntryListener
class
Contains the configuration for an Item Listener.class
Configuration for MapPartitionLostListenerclass
Configuration class forSplitBrainProtectionListener
Modifier and TypeMethodDescriptionListenerConfig.setClassName
(String className) Sets the class name of the EventListener.EntryListenerConfig.setImplementation
(EventListener implementation) ListenerConfig.setImplementation
(EventListener implementation) Sets the EventListener implementation.SplitBrainProtectionListenerConfig.setImplementation
(SplitBrainProtectionListener implementation) Modifier and TypeMethodDescriptionConfig.getListenerConfigs()
Returns the list ofEventListener
configurations.ReplicatedMapConfig.getListenerConfigs()
ReliableTopicConfig.getMessageListenerConfigs()
Gets the list of message listeners (listens for when messages are added or removed) for this reliable topic.TopicConfig.getMessageListenerConfigs()
Gets the list of message listeners (listens for when messages are added or removed) for this topic.Modifier and TypeMethodDescriptionConfig.addListenerConfig
(ListenerConfig listenerConfig) Adds a configuration for anEventListener
.ReliableTopicConfig.addMessageListenerConfig
(ListenerConfig listenerConfig) Adds a message listener (listens for when messages are added or removed) to this reliable topic.TopicConfig.addMessageListenerConfig
(ListenerConfig listenerConfig) Adds a message listener to this topic (listens for when messages are added or removed).Modifier and TypeMethodDescriptionConfig.setListenerConfigs
(List<ListenerConfig> listenerConfigs) Sets the list ofEventListener
configurations.ReplicatedMapConfig.setListenerConfigs
(List<ListenerConfig> listenerConfigs) ReliableTopicConfig.setMessageListenerConfigs
(List<ListenerConfig> listenerConfigs) Sets the list of message listeners (listens for when messages are added or removed) for this topic.TopicConfig.setMessageListenerConfigs
(List<ListenerConfig> listenerConfigs) Sets the list of message listeners (listens for when messages are added or removed) for this topic.