| Modifier and Type | Required Element and Description | 
|---|---|
int | 
size
The batch size controls the number of notifications that will be sent in each batch. 
 | 
int | 
time
The batch time controls the elapsed time until the batch buffer is cleared and sent. 
 | 
| Modifier and Type | Optional Element and Description | 
|---|---|
boolean | 
passArrayAsIs
When batching is turned on, should the batch of events be passed as an  
Object[]
 to the listener. | 
int | 
pendingThreshold
The batch pending threshold controls the number of notifications that will be accumulated
 before they are sent. 
 | 
public abstract int size
public abstract int time
Copyright © GigaSpaces.