public interface HandlerMapper
| Modifier and Type | Method and Description |
|---|---|
void |
mapHandlers()
The implementation of this method should contain
CommandBus.mapCommandHandler(Class, CommandHandler) and
EventBus.mapEventHandler(Class, EventHandler) calls. |
void mapHandlers()
CommandBus.mapCommandHandler(Class, CommandHandler) and
EventBus.mapEventHandler(Class, EventHandler) calls.Copyright © 2016 Cooking Fox. All rights reserved.