BrokerInstance

data class BrokerInstance(val consoleUrl: String? = null, val endpoints: List<String>? = null, val ipAddress: String? = null)

Constructors

Link copied to clipboard
constructor(consoleUrl: String? = null, endpoints: List<String>? = null, ipAddress: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val consoleUrl: String? = null

The URL of the ActiveMQ Web Console or the RabbitMQ Management UI depending on engine_type.

Link copied to clipboard
val endpoints: List<String>? = null

Broker's wire-level protocol endpoints in the following order & format referenceable e.g., as instances.0.endpoints.0 (SSL):

Link copied to clipboard
val ipAddress: String? = null

IP Address of the broker.