public final class AsyncSagaEventProcessor extends Object implements com.lmax.disruptor.EventHandler<AsyncSagaProcessingEvent>, com.lmax.disruptor.LifecycleAware
Modifier and Type | Method and Description |
---|---|
void |
onEvent(AsyncSagaProcessingEvent entry,
long sequence,
boolean endOfBatch) |
void |
onShutdown() |
void |
onStart() |
public void onEvent(AsyncSagaProcessingEvent entry, long sequence, boolean endOfBatch) throws Exception
onEvent
in interface com.lmax.disruptor.EventHandler<AsyncSagaProcessingEvent>
Exception
public void onStart()
onStart
in interface com.lmax.disruptor.LifecycleAware
public void onShutdown()
onShutdown
in interface com.lmax.disruptor.LifecycleAware
Copyright © 2010-2014. All Rights Reserved.