Uses of Enum Class
org.springframework.boot.artemis.autoconfigure.ArtemisMode
Packages that use ArtemisMode
-
Uses of ArtemisMode in org.springframework.boot.artemis.autoconfigure
Subclasses with type arguments of type ArtemisMode in org.springframework.boot.artemis.autoconfigureMethods in org.springframework.boot.artemis.autoconfigure that return ArtemisModeModifier and TypeMethodDescription@Nullable ArtemisModeArtemisConnectionDetails.getMode()Artemis deployment mode, auto-detected by default.@Nullable ArtemisModeArtemisProperties.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.artemis.autoconfigure with parameters of type ArtemisMode