Uses of Class
com.hazelcast.config.ItemListenerConfig
Packages that use ItemListenerConfig
-
Uses of ItemListenerConfig in com.hazelcast.config
Methods in com.hazelcast.config that return ItemListenerConfigModifier and TypeMethodDescriptionItemListenerConfig.setImplementation
(ItemListener implementation) ItemListenerConfig.setIncludeValue
(boolean includeValue) Methods in com.hazelcast.config that return types with arguments of type ItemListenerConfigModifier and TypeMethodDescriptionCollectionConfig.getItemListenerConfigs()
Gets the list of ItemListenerConfigs.QueueConfig.getItemListenerConfigs()
Get the list of item listener configurations for this queue.Methods in com.hazelcast.config with parameters of type ItemListenerConfigModifier and TypeMethodDescriptionCollectionConfig.addItemListenerConfig
(ItemListenerConfig itemListenerConfig) Adds an item listener to this collection (listens for when items are added or removed).QueueConfig.addItemListenerConfig
(ItemListenerConfig listenerConfig) Add an item listener configuration to this queue.Method parameters in com.hazelcast.config with type arguments of type ItemListenerConfigModifier and TypeMethodDescriptionCollectionConfig.setItemListenerConfigs
(List<ItemListenerConfig> listenerConfigs) Sets the list of ItemListenerConfigs.QueueConfig.setItemListenerConfigs
(List<ItemListenerConfig> listenerConfigs) Set the list of item listener configurations for this queue.Constructors in com.hazelcast.config with parameters of type ItemListenerConfig