S - The concrete type of the state object.public interface EventLogger<S extends State>
| Modifier and Type | Method and Description |
|---|---|
void |
onEventHandlerError(Throwable error,
Event event)
Called when an error occurs during the handling of an event.
|
void |
onEventHandlerResult(Event event,
S newState)
Called when an event handler returns a result.
|
Copyright © 2016 Cooking Fox. All rights reserved.