Interface ArtemisConnectionDetails
- All Superinterfaces:
ConnectionDetails
Details required to establish a connection to an Artemis service.
- Since:
- 4.0.0
- Author:
- EddĂș MelĂ©ndez
-
Method Details
-
getMode
@Nullable ArtemisMode getMode()Artemis deployment mode, auto-detected by default.- Returns:
- the Artemis deployment mode, auto-detected by default
-
getBrokerUrl
-
getUser
-
getPassword
@Nullable String getPassword()Login password of the broker.- Returns:
- the login password of the broker
-