Interface ArtemisConnectionDetails

All Superinterfaces:
ConnectionDetails

public interface ArtemisConnectionDetails extends ConnectionDetails
Details required to establish a connection to an Artemis service.
Since:
4.0.0
Author:
EddĂș MelĂ©ndez
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
    Artemis broker url.
    @Nullable ArtemisMode
    Artemis deployment mode, auto-detected by default.
    @Nullable String
    Login password of the broker.
    @Nullable String
    Login user of the broker.
  • Method Details

    • getMode

      @Nullable ArtemisMode getMode()
      Artemis deployment mode, auto-detected by default.
      Returns:
      the Artemis deployment mode, auto-detected by default
    • getBrokerUrl

      @Nullable String getBrokerUrl()
      Artemis broker url.
      Returns:
      the Artemis broker url
    • getUser

      @Nullable String getUser()
      Login user of the broker.
      Returns:
      the login user of the broker
    • getPassword

      @Nullable String getPassword()
      Login password of the broker.
      Returns:
      the login password of the broker