org.axonframework.eventhandling.async
Interface EventProcessor.ShutdownCallback
- Enclosing class:
- EventProcessor
public static interface EventProcessor.ShutdownCallback
Callback that allows the SequenceManager to receive a notification when this scheduler finishes processing
events.
afterShutdown
void afterShutdown(EventProcessor scheduler)
- Called when event processing is complete. This means that there are no more events waiting and the last
transactional batch has been committed successfully.
- Parameters:
scheduler
- the scheduler that completed processing.
Copyright © 2010-2016. All Rights Reserved.