Package | Description |
---|---|
org.axonframework.eventhandling.async |
Modifier and Type | Field and Description |
---|---|
static EventProcessor.ProcessingResult |
EventProcessor.ProcessingResult.REGULAR
Instance indicating processing was successful and should proceed normally.
|
Modifier and Type | Method and Description |
---|---|
protected EventProcessor.ProcessingResult |
EventProcessor.doHandle(EventMessage<?> event)
Does the actual processing of the event.
|
Copyright © 2010-2014. All Rights Reserved.