Class ListenerEntry<T>
- java.lang.Object
-
- org.apache.curator.framework.listen.ListenerEntry<T>
-
- Type Parameters:
T- the listener type
public class ListenerEntry<T> extends java.lang.ObjectGeneric holder POJO for a listener and its executor
-
-
Constructor Summary
Constructors Constructor Description ListenerEntry(T listener, java.util.concurrent.Executor executor)
-