Uses of Interface
org.apache.curator.framework.listen.ListenerManager
-
Packages that use ListenerManager Package Description org.apache.curator.framework.listen -
-
Uses of ListenerManager in org.apache.curator.framework.listen
Subinterfaces of ListenerManager in org.apache.curator.framework.listen Modifier and Type Interface Description interfaceUnaryListenerManager<T>AListenerManagerthat doesn't do any mappingClasses in org.apache.curator.framework.listen that implement ListenerManager Modifier and Type Class Description classMappingListenerManager<K,V>Version of ListenerManager that supports mapping/wrapping of listenersclassStandardListenerManager<T>Non mapping version of a listener containerMethods in org.apache.curator.framework.listen that return ListenerManager Modifier and Type Method Description static <K,V>
ListenerManager<K,V>MappingListenerManager. mapping(java.util.function.Function<K,V> mapper)Returns a new container that wraps listeners using the given mapper
-