クラス JmsProperties.Template

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

public static class JmsProperties.Template extends ObjectSE
導入:
4.0.0
作成者:
Greg Turnquist, Phillip Webb, Stephane Nicoll, Lasse Wulff, Vedran Pavic
  • コンストラクターの詳細

    • Template

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

    • getDefaultDestination

      public @Nullable StringSE getDefaultDestination()
    • setDefaultDestination

      public void setDefaultDestination(@Nullable StringSE defaultDestination)
    • getDeliveryDelay

      public @Nullable DurationSE getDeliveryDelay()
    • setDeliveryDelay

      public void setDeliveryDelay(@Nullable DurationSE deliveryDelay)
    • getDeliveryMode

      public @Nullable JmsProperties.DeliveryMode getDeliveryMode()
    • setDeliveryMode

      public void setDeliveryMode(@Nullable JmsProperties.DeliveryMode deliveryMode)
    • getPriority

      public @Nullable IntegerSE getPriority()
    • setPriority

      public void setPriority(@Nullable IntegerSE priority)
    • getTimeToLive

      public @Nullable DurationSE getTimeToLive()
    • setTimeToLive

      public void setTimeToLive(@Nullable DurationSE timeToLive)
    • determineQosEnabled

      public boolean determineQosEnabled()
    • getQosEnabled

      public @Nullable BooleanSE getQosEnabled()
    • setQosEnabled

      public void setQosEnabled(@Nullable BooleanSE qosEnabled)
    • getReceiveTimeout

      public @Nullable DurationSE getReceiveTimeout()
    • setReceiveTimeout

      public void setReceiveTimeout(@Nullable DurationSE receiveTimeout)
    • getSession

      public JmsProperties.Template.Session getSession()