BrokerInstance class

Returns information about all brokers.

Constructors

BrokerInstance({String? consoleURL, List<String>? endpoints, String? ipAddress})
BrokerInstance.fromJson(Map<String, dynamic> json)
factory

Properties

consoleURL String?
The URL of the broker's Web Console.
final
endpoints List<String>?
The broker's wire-level protocol endpoints.
final
hashCode int
The hash code for this object.
no setterinherited
ipAddress String?
The IP address of the Elastic Network Interface (ENI) attached to the broker. Does not apply to RabbitMQ brokers
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited