Class JmsProperties.Cache
java.lang.Object
org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
- Enclosing class:
- JmsProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
boolean
boolean
void
setConsumers
(boolean consumers) void
setEnabled
(boolean enabled) void
setProducers
(boolean producers) void
setSessionCacheSize
(int sessionCacheSize)
-
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)
-