Package | Description |
---|---|
org.springframework.boot.autoconfigure.jms.artemis |
Auto-configuration for Artemis.
|
Modifier and Type | Method and Description |
---|---|
ArtemisMode |
ArtemisProperties.getMode() |
static ArtemisMode |
ArtemisMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtemisMode[] |
ArtemisMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ArtemisProperties.setMode(ArtemisMode mode) |