Uses of Class
org.apache.curator.framework.listen.StandardListenerManager
-
Packages that use StandardListenerManager Package Description org.apache.curator.framework.listen -
-
Uses of StandardListenerManager in org.apache.curator.framework.listen
Methods in org.apache.curator.framework.listen that return StandardListenerManager Modifier and Type Method Description static <T> StandardListenerManager<T>StandardListenerManager. mappingStandard(java.util.function.UnaryOperator<T> mapper)Returns a new mapping container that maps to the same typestatic <T> StandardListenerManager<T>StandardListenerManager. standard()Returns a new standard listener container
-