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
  • Method Details

    • asyncReceive

      AsyncFuture asyncReceive(Object template, GigaSpace gigaSpace, long receiveTimeout, AsyncFutureListener listener) throws org.springframework.dao.DataAccessException
      Perform the async receive operation.
      Throws:
      org.springframework.dao.DataAccessException