Uses of Interface
com.lmax.disruptor.LifecycleAware
-
Packages that use LifecycleAware 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 LifecycleAware in com.lmax.disruptor
Classes in com.lmax.disruptor that implement LifecycleAware Modifier and Type Class Description class
AggregateEventHandler<T>
An aggregate collection ofEventHandler
s that get called in sequence for each event.
-