Class JmsProperties.Cache

java.lang.Object
org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
Enclosing class:
JmsProperties

public static class JmsProperties.Cache extends Object
  • Constructor Details

    • Cache

      public Cache()
  • Method Details

    • 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)