-
- All Implemented Interfaces:
public interface CommandHandlerProviderRepresents a provider to provide the command handlers.
-
-
Method Summary
Modifier and Type Method Description abstract List<MessageHandlerData<CommandHandlerProxy>>getHandlers(Class<?> commandType)Get all the handlers for the given command type. -
-
Method Detail
-
getHandlers
abstract List<MessageHandlerData<CommandHandlerProxy>> getHandlers(Class<?> commandType)
Get all the handlers for the given command type.
-
-
-
-