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> |
CollectionConfig.getItemListenerConfigs()
Gets the list of ItemListenerConfigs.
|
List<ItemListenerConfig> |
QueueConfig.getItemListenerConfigs()
Get the list of item listener configurations for this queue.
|
Modifier and Type | Method and Description |
---|---|
T |
CollectionConfig.addItemListenerConfig(ItemListenerConfig itemListenerConfig)
Adds an item listener to this collection (listens for when items are added or removed).
|
QueueConfig |
QueueConfig.addItemListenerConfig(ItemListenerConfig listenerConfig)
Add an item listener configuration to this queue.
|
Modifier and Type | Method and Description |
---|---|
T |
CollectionConfig.setItemListenerConfigs(List<ItemListenerConfig> listenerConfigs)
Sets the list of ItemListenerConfigs.
|
QueueConfig |
QueueConfig.setItemListenerConfigs(List<ItemListenerConfig> listenerConfigs)
Set the list of item listener configurations for this queue.
|
Constructor and Description |
---|
ItemListenerConfig(ItemListenerConfig config) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.