Package org.apache.curator.framework.api
Interface BackgroundCallback
public interface BackgroundCallback
Functor for an async background operation
-
Method Summary
Modifier and TypeMethodDescriptionvoid
processResult
(CuratorFramework client, CuratorEvent event) Called when the async background operation completes
-
Method Details
-
processResult
Called when the async background operation completes- Parameters:
client
- the clientevent
- operation result details- Throws:
Exception
- errors
-