Uses of Interface
com.lmax.disruptor.EventReleaser
-
Packages that use EventReleaser 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 EventReleaser in com.lmax.disruptor
Fields in com.lmax.disruptor declared as EventReleaser Modifier and Type Field Description private EventReleaser
WorkProcessor. eventReleaser
Methods in com.lmax.disruptor with parameters of type EventReleaser Modifier and Type Method Description void
EventReleaseAware. setEventReleaser(EventReleaser eventReleaser)
-