Package org.apache.curator.framework.api
Interface ErrorListenerPathable<T>
-
- All Superinterfaces:
Pathable<T>
- All Known Implementing Classes:
DeleteBuilderImpl,ExistsBuilderImpl,GetACLBuilderImpl,GetChildrenBuilderImpl,GetDataBuilderImpl,RemoveWatchesBuilderImpl,SetACLBuilderImpl,SyncBuilderImpl
public interface ErrorListenerPathable<T> extends Pathable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Pathable<T>withUnhandledErrorListener(UnhandledErrorListener listener)Set an error listener for this background operation.
-
-
-
Method Detail
-
withUnhandledErrorListener
Pathable<T> withUnhandledErrorListener(UnhandledErrorListener listener)
Set an error listener for this background operation. If an exception occurs while processing the call in the background, this listener will be called- Parameters:
listener- the listener- Returns:
- this for chaining
-
-