Package org.apache.curator.framework.api
Interface ErrorListenerPathAndBytesable<T>
-
- All Superinterfaces:
PathAndBytesable<T>
- All Known Implementing Classes:
CreateBuilderImpl,SetDataBuilderImpl
public interface ErrorListenerPathAndBytesable<T> extends PathAndBytesable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathAndBytesable<T>withUnhandledErrorListener(UnhandledErrorListener listener)Set an error listener for this background operation.-
Methods inherited from interface org.apache.curator.framework.api.PathAndBytesable
forPath, forPath
-
-
-
-
Method Detail
-
withUnhandledErrorListener
PathAndBytesable<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
-
-