com.gemstone.gemfire.cache.util
Interface GatewayEventListener
- All Superinterfaces:
- CacheCallback
public interface GatewayEventListener
- extends CacheCallback
Implementers of interface GatewayEventListener
process
batches of GatewayEvent
s.
- Since:
- 5.1
- See Also:
GatewayEvent
processEvents
boolean processEvents(List<GatewayEvent> events)
- Process the list of
GatewayEvent
s. This method will
asynchronously be called when events are queued to be processed.
The size of the list will be up to batch size events where batch
size is defined in the GatewayQueueAttributes
.
- Parameters:
events
- The list of GatewayEvent
s to process
- Returns:
- whether the events were successfully processed.
Copyright © 1997-2012 VMware, Inc. All rights reserved.