ReverseBridge class

Bridge configuration object.

  • tag — label applied to all connections originating from the bridge. Can be used in routing via inboundTag.

  • domain — domain used by the bridge to establish a connection with the portal. It is only for internal communication and does not need to exist.

Annotations
  • @JsonSerializable.new(includeIfNull: false)

Constructors

ReverseBridge(String tag, String domain)
const
ReverseBridge.fromJson(Map<String, dynamic> json)
factory

Properties

domain String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
final

Methods

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

Operators

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