EventProcessorOptions.setMaxBatchSize(int maxBatchSize) 方法
定义
Sets the maximum number of events that will be passed to one call to IEventProcessor.onEvents
public void setMaxBatchSize(int maxBatchSize)
参数
- maxBatchSize
- int
the maximum number of events that will be passed to one call to IEventProcessor.onEvents