| Interface | Description |
|---|---|
| MessageProcessorDiscoverer |
MessageProcessorDiscoverer interface defines a method that discovers all message
processors within the system (however that's done), which implement MessageProcessor
interface. |
| Class | Description |
|---|---|
| MessageProcessorValidator |
MessageProcessorValidator class is a helper class that makes sure that a
MessageProcessor is coded properly such that its string-based message type matches the
string-based type of the Java Message class that the processor is typed with. |
| SpringMessageProcessorDiscoverer |
SpringMessageProcessorDiscoverer class is a Spring Framework implementation of the
MessageProcessorDiscoverer interface. |
| SpringMessageProcessorRegistryFactory |
SpringMessageProcessorRegistryFactory class creates a registry that contains
automatically discovered classes that implement MessageProcessor interface. |
Copyright © 2018. All rights reserved.