Interface MessageRouter

All Known Implementing Classes:
AbstractMappingMessageRouter, AbstractMessageRouter, ErrorMessageExceptionTypeRouter, ExpressionEvaluatingRouter, HeaderValueRouter, MethodInvokingRouter, PayloadTypeRouter, RecipientListRouter

public interface MessageRouter
Routers implementing this interface have a default output channel.
Since:
4.3
  • Method Summary

    Modifier and Type Method Description
    org.springframework.messaging.MessageChannel getDefaultOutputChannel()
    Get the default output channel.
  • Method Details

    • getDefaultOutputChannel

      org.springframework.messaging.MessageChannel getDefaultOutputChannel()
      Get the default output channel.
      Returns:
      the channel.