DBusAddress.withTransport constructor

DBusAddress.withTransport(
  1. String transport,
  2. Map<String, String> properties
)

Creates a new address using transport and properties

Implementation

DBusAddress.withTransport(this.transport, this.properties);