Package org.apache.curator.framework.api
Interface BackgroundCallback
-
public interface BackgroundCallbackFunctor for an async background operation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocessResult(CuratorFramework client, CuratorEvent event)Called when the async background operation completes
-
-
-
Method Detail
-
processResult
void processResult(CuratorFramework client, CuratorEvent event) throws java.lang.Exception
Called when the async background operation completes- Parameters:
client- the clientevent- operation result details- Throws:
java.lang.Exception- errors
-
-