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 TypeMethodDescriptionListenerConfig.setClassName
(String className) Sets the class name of the EventListener.ListenerConfig.setImplementation
(EventListener implementation) Sets the EventListener implementation.