Broker Instance
    data class BrokerInstance(val consoleUrl: String? = null, val endpoints: List<String>? = null, val ipAddress: String? = null)
Constructors
Link copied to clipboard
                fun BrokerInstance(consoleUrl: String? = null, endpoints: List<String>? = null, ipAddress: String? = null)
Types
Properties
Link copied to clipboard
                The URL of the ActiveMQ Web Console or the RabbitMQ Management UI depending on engine_type.