Package | Description |
---|---|
org.apache.curator.framework.listen |
Modifier and Type | Interface and Description |
---|---|
interface |
UnaryListenerManager<T>
A
ListenerManager that doesn't do any mapping |
Modifier and Type | Class and Description |
---|---|
class |
MappingListenerManager<K,V>
Version of ListenerManager that supports mapping/wrapping of listeners
|
class |
StandardListenerManager<T>
Non mapping version of a listener container
|
Modifier and Type | Method and Description |
---|---|
static <K,V> ListenerManager<K,V> |
MappingListenerManager.mapping(Function<K,V> mapper)
Returns a new container that wraps listeners using the given mapper
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.