Uses of Interface
org.apache.curator.framework.api.UnhandledErrorListener
-
Packages that use UnhandledErrorListener Package Description org.apache.curator.framework org.apache.curator.framework.api org.apache.curator.framework.imps -
-
Uses of UnhandledErrorListener in org.apache.curator.framework
Methods in org.apache.curator.framework that return types with arguments of type UnhandledErrorListener Modifier and Type Method Description Listenable<UnhandledErrorListener>CuratorFramework. getUnhandledErrorListenable()Returns the listenable interface for unhandled errors -
Uses of UnhandledErrorListener in org.apache.curator.framework.api
Methods in org.apache.curator.framework.api with parameters of type UnhandledErrorListener Modifier and Type Method Description Ensembleable<T>ErrorListenerEnsembleable. withUnhandledErrorListener(UnhandledErrorListener listener)Set an error listener for this background operation.CuratorMultiTransactionMainErrorListenerMultiTransactionMain. withUnhandledErrorListener(UnhandledErrorListener listener)Set an error listener for this background operation.Pathable<T>ErrorListenerPathable. withUnhandledErrorListener(UnhandledErrorListener listener)Set an error listener for this background operation.PathAndBytesable<T>ErrorListenerPathAndBytesable. withUnhandledErrorListener(UnhandledErrorListener listener)Set an error listener for this background operation.ReconfigBuilderMainErrorListenerReconfigBuilderMain. withUnhandledErrorListener(UnhandledErrorListener listener)Set an error listener for this background operation. -
Uses of UnhandledErrorListener in org.apache.curator.framework.imps
Fields in org.apache.curator.framework.imps declared as UnhandledErrorListener Modifier and Type Field Description UnhandledErrorListenerCuratorFrameworkImpl. debugUnhandledErrorListenerMethods in org.apache.curator.framework.imps that return types with arguments of type UnhandledErrorListener Modifier and Type Method Description Listenable<UnhandledErrorListener>CuratorFrameworkImpl. getUnhandledErrorListenable()Constructors in org.apache.curator.framework.imps with parameters of type UnhandledErrorListener Constructor Description Backgrounding(BackgroundCallback callback, UnhandledErrorListener errorListener)
-