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