クラス JmsProperties.Template

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

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

    • Template

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

    • getDefaultDestination

      public StringSE getDefaultDestination()
    • setDefaultDestination

      public void setDefaultDestination(StringSE defaultDestination)
    • getDeliveryDelay

      public DurationSE getDeliveryDelay()
    • setDeliveryDelay

      public void setDeliveryDelay(DurationSE deliveryDelay)
    • getDeliveryMode

      public JmsProperties.DeliveryMode getDeliveryMode()
    • setDeliveryMode

      public void setDeliveryMode(JmsProperties.DeliveryMode deliveryMode)
    • getPriority

      public IntegerSE getPriority()
    • setPriority

      public void setPriority(IntegerSE priority)
    • getTimeToLive

      public DurationSE getTimeToLive()
    • setTimeToLive

      public void setTimeToLive(DurationSE timeToLive)
    • determineQosEnabled

      public boolean determineQosEnabled()
    • getQosEnabled

      public BooleanSE getQosEnabled()
    • setQosEnabled

      public void setQosEnabled(BooleanSE qosEnabled)
    • getReceiveTimeout

      public DurationSE getReceiveTimeout()
    • setReceiveTimeout

      public void setReceiveTimeout(DurationSE receiveTimeout)
    • getSession

      public JmsProperties.Template.Session getSession()