Uses of Class
com.lmax.disruptor.BatchEventProcessorBuilder
Packages that use BatchEventProcessorBuilder
Package
Description
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 BatchEventProcessorBuilderModifier and TypeMethodDescriptionBatchEventProcessorBuilder.setMaxBatchSize(int maxBatchSize) Set the maximum number of events that will be processed in a batch before updating the sequence.