public interface CommandHandlerDiscoverer
CommandHandlerDiscoverer interface defines a method that discovers all command handlers
within the system (however that's done), which implement CommandHandler interface.| Modifier and Type | Method and Description |
|---|---|
List<? extends CommandHandler<? extends Command<? extends CommandResponse>,? extends CommandResponse>> |
discoverHandlers()
This method scans the system for concrete command handler implementations of
CommandHandler interface. |
List<? extends CommandHandler<? extends Command<? extends CommandResponse>,? extends CommandResponse>> discoverHandlers()
CommandHandler interface. Empty list is returned if nothing is discovered.CommandHandler interface.. Empty list is returned if nothing is discovered.Copyright © 2018. All rights reserved.