Uses of Enum Class
org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
Packages that use ArtemisMode
Package
Description
Auto-configuration for Artemis.
-
Uses of ArtemisMode in org.springframework.boot.autoconfigure.jms.artemis
Methods in org.springframework.boot.autoconfigure.jms.artemis that return ArtemisModeModifier and TypeMethodDescriptionArtemisConnectionDetails.getMode()Artemis deployment mode, auto-detected by default.ArtemisProperties.getMode()static ArtemisModeReturns the enum constant of this class with the specified name.static ArtemisMode[]ArtemisMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.autoconfigure.jms.artemis with parameters of type ArtemisMode