クラス RabbitProperties.Template

java.lang.ObjectSE
org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
含まれているクラス:
RabbitProperties

public static class RabbitProperties.Template extends ObjectSE
  • コンストラクターの詳細

    • Template

      public Template()
  • メソッドの詳細

    • getRetry

      public RabbitProperties.Retry getRetry()
    • getMandatory

      public BooleanSE getMandatory()
    • setMandatory

      public void setMandatory(BooleanSE mandatory)
    • getReceiveTimeout

      public DurationSE getReceiveTimeout()
    • setReceiveTimeout

      public void setReceiveTimeout(DurationSE receiveTimeout)
    • getReplyTimeout

      public DurationSE getReplyTimeout()
    • setReplyTimeout

      public void setReplyTimeout(DurationSE replyTimeout)
    • getExchange

      public StringSE getExchange()
    • setExchange

      public void setExchange(StringSE exchange)
    • getRoutingKey

      public StringSE getRoutingKey()
    • setRoutingKey

      public void setRoutingKey(StringSE routingKey)
    • getDefaultReceiveQueue

      public StringSE getDefaultReceiveQueue()
    • setDefaultReceiveQueue

      public void setDefaultReceiveQueue(StringSE defaultReceiveQueue)