org.apache.curator.framework.api
Interface BackgroundCallback


public interface BackgroundCallback

Functor for an async background operation


Method Summary
 void processResult(CuratorFramework client, CuratorEvent event)
          Called when the async background operation completes
 

Method Detail

processResult

void processResult(CuratorFramework client,
                   CuratorEvent event)
                   throws Exception
Called when the async background operation completes

Parameters:
client - the client
event - operation result details
Throws:
Exception - errors


Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.