Uses of Interface
com.lmax.disruptor.LifecycleAware
Packages that use LifecycleAware
Package
Description
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 LifecycleAwareModifier and TypeClassDescriptionfinal class
An aggregate collection ofEventHandler
s that get called in sequence for each event.