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>Exceptionpublic void onStart()
onStart in interface com.lmax.disruptor.LifecycleAwarepublic void onShutdown()
onShutdown in interface com.lmax.disruptor.LifecycleAwareCopyright © 2010-2014. All Rights Reserved.