Uses of Enum Class
org.springframework.amqp.rabbit.connection.CachingConnectionFactory.CacheMode
Packages that use CachingConnectionFactory.CacheMode
Package
Description
Provides classes related to connections.
-
Uses of CachingConnectionFactory.CacheMode in org.springframework.amqp.rabbit.connection
Methods in org.springframework.amqp.rabbit.connection that return CachingConnectionFactory.CacheModeModifier and TypeMethodDescriptionCachingConnectionFactory.getCacheMode()
Returns the enum constant of this class with the specified name.static CachingConnectionFactory.CacheMode[]
CachingConnectionFactory.CacheMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.amqp.rabbit.connection with parameters of type CachingConnectionFactory.CacheModeModifier and TypeMethodDescriptionvoid
CachingConnectionFactory.setCacheMode
(CachingConnectionFactory.CacheMode cacheMode)