org.openspaces.events.asyncpolling.receive
Interface AsyncOperationHandler
- All Known Implementing Classes:
- ExclusiveReadAsyncOperationHandler, SingleReadAsyncOperationHandler, SingleTakeAsyncOperationHandler
public interface AsyncOperationHandler
The async operation handler allows for pluggable options to execute the async receive operation
when using SimpleAsyncPollingEventListenerContainer
.
- Author:
- kimchy
asyncReceive
AsyncFuture asyncReceive(Object template,
GigaSpace gigaSpace,
long receiveTimeout,
AsyncFutureListener listener)
throws DataAccessException
- Perform the async receive operation.
- Throws:
DataAccessException
Copyright © GigaSpaces.