Uses of Class
com.lmax.disruptor.BatchEventProcessorBuilder
-
Packages that use BatchEventProcessorBuilder Package Description com.lmax.disruptor The Disruptor is a concurrent programming framework for exchanging and coordinating work as a continuous series of events. -
-
Uses of BatchEventProcessorBuilder in com.lmax.disruptor
Methods in com.lmax.disruptor that return BatchEventProcessorBuilder Modifier and Type Method Description BatchEventProcessorBuilderBatchEventProcessorBuilder. setMaxBatchSize(int maxBatchSize)Set the maximum number of events that will be processed in a batch before updating the sequence.
-