| Package | Description | 
|---|---|
| com.hazelcast.client.config | Contains classes related to config for com.hazelcast.client | 
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ListenerConfig> | ClientConfig. getListenerConfigs()Gets list of all configured  ListenerConfig's | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientConfig | ClientConfig. addListenerConfig(ListenerConfig listenerConfig)Helper method to add a new ListenerConfig | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientConfig | ClientConfig. setListenerConfigs(List<ListenerConfig> listenerConfigs)Sets all  ListenerConfig's | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CachePartitionLostListenerConfigConfiguration for CachePartitionLostListener | 
| class  | EntryListenerConfigConfiguration for  EntryListener | 
| class  | ItemListenerConfigContains the configuration for an Item Listener. | 
| class  | MapPartitionLostListenerConfigConfiguration for MapPartitionLostListener | 
| class  | SplitBrainProtectionListenerConfigConfiguration class for  SplitBrainProtectionListener | 
| Modifier and Type | Method and Description | 
|---|---|
| ListenerConfig | ListenerConfig. setClassName(String className)Sets the class name of the EventListener. | 
| ListenerConfig | EntryListenerConfig. setImplementation(EventListener implementation) | 
| ListenerConfig | ListenerConfig. setImplementation(EventListener implementation)Sets the EventListener implementation. | 
| ListenerConfig | SplitBrainProtectionListenerConfig. setImplementation(SplitBrainProtectionListener implementation) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ListenerConfig> | ReplicatedMapConfig. getListenerConfigs() | 
| List<ListenerConfig> | Config. getListenerConfigs()Returns the list of  EventListenerconfigurations. | 
| List<ListenerConfig> | ReliableTopicConfig. getMessageListenerConfigs()Gets the list of message listeners (listens for when messages are added
 or removed) for this reliable topic. | 
| List<ListenerConfig> | TopicConfig. getMessageListenerConfigs()Gets the list of message listeners (listens for when messages are added or removed) for this topic. | 
| Modifier and Type | Method and Description | 
|---|---|
| Config | Config. addListenerConfig(ListenerConfig listenerConfig)Adds a configuration for an  EventListener. | 
| ReliableTopicConfig | ReliableTopicConfig. addMessageListenerConfig(ListenerConfig listenerConfig)Adds a message listener (listens for when messages are added or removed)
 to this reliable topic. | 
| TopicConfig | TopicConfig. addMessageListenerConfig(ListenerConfig listenerConfig)Adds a message listener to this topic (listens for when messages are added or removed). | 
| Modifier and Type | Method and Description | 
|---|---|
| ReplicatedMapConfig | ReplicatedMapConfig. setListenerConfigs(List<ListenerConfig> listenerConfigs) | 
| Config | Config. setListenerConfigs(List<ListenerConfig> listenerConfigs)Sets the list of  EventListenerconfigurations. | 
| ReliableTopicConfig | ReliableTopicConfig. setMessageListenerConfigs(List<ListenerConfig> listenerConfigs)Sets the list of message listeners (listens for when messages are added
 or removed) for this topic. | 
| TopicConfig | TopicConfig. setMessageListenerConfigs(List<ListenerConfig> listenerConfigs)Sets the list of message listeners (listens for when messages are added or removed) for this topic. | 
| Constructor and Description | 
|---|
| ListenerConfig(ListenerConfig config) | 
Copyright © 2020 Hazelcast, Inc.. All rights reserved.