public interface MessageProcessorDiscoverer
MessageProcessorDiscoverer interface defines a method that discovers all message
processors within the system (however that's done), which implement MessageProcessor
interface.| Modifier and Type | Method and Description |
|---|---|
List<? extends MessageProcessor<? extends Message<? extends MessageResponse>,? extends MessageResponse>> |
discoverProcessors()
This method scans the system for concrete message processor implementations of
MessageProcessor interface. |
List<? extends MessageProcessor<? extends Message<? extends MessageResponse>,? extends MessageResponse>> discoverProcessors()
MessageProcessor interface. Empty list is returned if nothing is discovered.MessageProcessor interface. Empty list is returned if nothing is discovered.Copyright © 2018. All rights reserved.