クラス JmsProperties.Cache

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

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

    • Cache

      public Cache()
  • 方法の詳細

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • isConsumers

      public boolean isConsumers()
    • setConsumers

      public void setConsumers(boolean consumers)
    • isProducers

      public boolean isProducers()
    • setProducers

      public void setProducers(boolean producers)
    • getSessionCacheSize

      public int getSessionCacheSize()
    • setSessionCacheSize

      public void setSessionCacheSize(int sessionCacheSize)