Class MultiTakeReceiveOperationHandler

All Implemented Interfaces:
ReceiveOperationHandler

public class MultiTakeReceiveOperationHandler extends AbstractFifoGroupingReceiveOperationHandler
First tries and perform a GigaSpace.takeMultiple(Object, int, TakeModifiers) using the provided template, the configured maxEntries (defaults to 50) and the configured fifoGroups (default to false).

If no values are returned, will perform a blocking take operation using GigaSpace.take(Object, long, TakeModifiers).

Author:
kimchy