Class RabbitOutboundChannelModel


public class RabbitOutboundChannelModel extends OutboundChannelModel
Author:
Filip Hrisafov
  • Field Details

    • routingKey

      protected String routingKey
    • exchange

      protected String exchange
  • Constructor Details

    • RabbitOutboundChannelModel

      public RabbitOutboundChannelModel()
  • Method Details

    • getRoutingKey

      public String getRoutingKey()
    • setRoutingKey

      public void setRoutingKey(String routingKey)
    • getExchange

      public String getExchange()
    • setExchange

      public void setExchange(String exchange)