The batch pending threshold controls the number of notifications that will be accumulated
before they are sent.
Element Details
size
intsize
The batch size controls the number of notifications that will be sent in each batch.
time
inttime
The batch time controls the elapsed time until the batch buffer is cleared and sent. The time
is in milliseconds.
pendingThreshold
intpendingThreshold
The batch pending threshold controls the number of notifications that will be accumulated
before they are sent. If not set, size parameter will be used.
Default:
-1
passArrayAsIs
booleanpassArrayAsIs
When batching is turned on, should the batch of events be passed as an Object[]
to the listener. Default to false which means it will be passed one event at a
time.