| Interface | Description |
|---|---|
| CommandHandlerDiscoverer |
CommandHandlerDiscoverer interface defines a method that discovers all command handlers
within the system (however that's done), which implement CommandHandler interface. |
| Class | Description |
|---|---|
| CommandHandlerVerifier |
CommandHandlerVerifier class is a helper class that makes sure that a
CommandHandler is coded properly such that its string-based command type matches the
string-based type of the Java Command class that the handler is typed with. |
| SpringCommandHandlerDiscoverer |
SpringCommandHandlerDiscoverer class is a Spring Framework implementation of the
CommandHandlerDiscoverer interface. |
| SpringCommandHandlerRegistryFactory |
SpringCommandHandlerRegistryFactory class creates a registry that contains automatically
discovered classes that implement CommandHandlers. |
Copyright © 2018. All rights reserved.