Class JmsProperties.Cache
java.lang.Object
org.springframework.boot.jms.autoconfigure.JmsProperties.Cache
- Enclosing class:
JmsProperties
- Since:
- 4.0.0
- Author:
- Greg Turnquist, Phillip Webb, Stephane Nicoll, Lasse Wulff, Vedran Pavic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanbooleanbooleanvoidsetConsumers(boolean consumers) voidsetEnabled(boolean enabled) voidsetProducers(boolean producers) voidsetSessionCacheSize(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)
-