接口 MateSink


  • @Deprecated
    public interface MateSink
    已过时。
    消费者Channel 3.0.8+版本不再使用
    作者:
    pangu
    • 方法详细资料

      • smsInput

        @Input("sms-in-0")
        org.springframework.messaging.SubscribableChannel smsInput()
        已过时。
        短消息消费者
        返回:
        SubscribableChannel
      • emailInput

        @Input("email-in-0")
        org.springframework.messaging.SubscribableChannel emailInput()
        已过时。
        邮件消费者
        返回:
        SubscribableChannel
      • orderInput

        @Input("order-in-0")
        org.springframework.messaging.SubscribableChannel orderInput()
        已过时。
        订单消费者
        返回:
        SubscribableChannel