Interface ArtemisConnectionDetails
- All Superinterfaces:
org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
public interface ArtemisConnectionDetails
extends org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
Details required to establish a connection to an Artemis service.
- Since:
- 4.0.0
-
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
-