org.apache.cassandra.net
Interface IAsyncCallback
- All Known Implementing Classes:
- MultiQuorumResponseHandler, QuorumResponseHandler
public interface IAsyncCallback
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
response
void response(Message msg)
- Parameters:
msg
- responses to be returned
attachContext
void attachContext(java.lang.Object o)
- Attach some application specific context to the
callback.
- Parameters:
o
- application specific context
Copyright © 2009 The Apache Software Foundation