public static class ApplicationEventPlayerService.Mixin extends Object implements ApplicationEventPlayer
| Constructor and Description |
|---|
ApplicationEventPlayerService.Mixin() |
| Modifier and Type | Method and Description |
|---|---|
void |
playEvent(ApplicationEvent applicationEvent,
Object object)
Invoke a domain event on a particular object.
|
public void playEvent(ApplicationEvent applicationEvent, Object object) throws ApplicationEventReplayException
ApplicationEventPlayerplayEvent in interface ApplicationEventPlayerapplicationEvent - Application eventobject - targetApplicationEventReplayException - if unable to play event