接口 ArtemisConnectionDetails
- 所有超级接口:
ConnectionDetails
Details required to establish a connection to an Artemis service.
- 从以下版本开始:
- 3.3.0
- 作者:
- Eddú Meléndez
-
方法详细资料
-
getMode
ArtemisMode getMode()Artemis deployment mode, auto-detected by default.- 返回:
- the Artemis deployment mode, auto-detected by default
-
getBrokerUrl
String getBrokerUrl()Artemis broker url.- 返回:
- the Artemis broker url
-
getUser
String getUser()Login user of the broker.- 返回:
- the login user of the broker
-
getPassword
String getPassword()Login password of the broker.- 返回:
- the login password of the broker
-