Interface CompositeMessageHandler
- All Superinterfaces:
MessageHandler
- All Known Implementing Classes:
MessageHandlerChain
Classes implementing this interface delegate to a list of handlers.
- Since:
- 4.3
- Author:
- Gary Russell
-
Method Summary
Modifier and TypeMethodDescriptionReturn an unmodifiable list of handlers.Methods inherited from interface org.springframework.messaging.MessageHandler
handleMessage
-
Method Details
-
getHandlers
List<MessageHandler> getHandlers()Return an unmodifiable list of handlers.- Returns:
- the handlers.
-