Uses of Class
com.hazelcast.config.ListenerConfig
Packages that use 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
Methods in com.hazelcast.client.config that return types with arguments of type ListenerConfigModifier and TypeMethodDescriptionClientConfig.getListenerConfigs()
Gets list of all configuredListenerConfig
'sMethods in com.hazelcast.client.config with parameters of type ListenerConfigModifier and TypeMethodDescriptionClientConfig.addListenerConfig
(ListenerConfig listenerConfig) Helper method to add a new ListenerConfigMethod parameters in com.hazelcast.client.config with type arguments of type ListenerConfigModifier and TypeMethodDescriptionClientConfig.setListenerConfigs
(List<ListenerConfig> listenerConfigs) Sets allListenerConfig
's -
Uses of ListenerConfig in com.hazelcast.config
Subclasses of ListenerConfig in com.hazelcast.configModifier and TypeClassDescriptionclass
Configuration for CachePartitionLostListenerclass
Configuration forEntryListener
class
Contains the configuration for an Item Listener.class
Configuration for MapPartitionLostListenerclass
Configuration class forSplitBrainProtectionListener
Methods in com.hazelcast.config that return ListenerConfigModifier 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) Methods in com.hazelcast.config that return types with arguments of type ListenerConfigModifier 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.Methods in com.hazelcast.config with parameters of type ListenerConfigModifier 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).Method parameters in com.hazelcast.config with type arguments of type ListenerConfigModifier 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.Constructors in com.hazelcast.config with parameters of type ListenerConfig