| Package | Description | 
|---|---|
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ItemListenerConfig | 
ItemListenerConfig.setImplementation(ItemListener implementation)  | 
ItemListenerConfig | 
ItemListenerConfig.setIncludeValue(boolean includeValue)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ItemListenerConfig> | 
QueueConfig.getItemListenerConfigs()
Get the list of item listener configurations for this queue. 
 | 
List<ItemListenerConfig> | 
CollectionConfig.getItemListenerConfigs()
Gets the list of ItemListenerConfigs. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QueueConfig | 
QueueConfig.addItemListenerConfig(ItemListenerConfig listenerConfig)
Add an item listener configuration to this queue. 
 | 
T | 
CollectionConfig.addItemListenerConfig(ItemListenerConfig itemListenerConfig)
Adds an item listener to this collection (listens for when items are added or removed). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QueueConfig | 
QueueConfig.setItemListenerConfigs(List<ItemListenerConfig> listenerConfigs)
Set the list of item listener configurations for this queue. 
 | 
T | 
CollectionConfig.setItemListenerConfigs(List<ItemListenerConfig> listenerConfigs)
Sets the list of ItemListenerConfigs. 
 | 
| Constructor and Description | 
|---|
ItemListenerConfig(ItemListenerConfig config)  | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.