aries-mediator-dotnet / net.globalid.aries.mediator.dotnet.mediator / DotnetPublicConfiguration

DotnetPublicConfiguration

@JsonClass(true) data class DotnetPublicConfiguration

Represents the public configuration of a dotnet mediator agent.

Constructors

<init>

Represents the public configuration of a dotnet mediator agent.

DotnetPublicConfiguration(serviceEndpoint: String, routingKey: String, invitation: ConnectionInvitationMessage)

Properties

invitation

is a ConnectionInvitationMessage that you can use to establish a connection with this dotnet mediator agent and setup an inbox after.

val invitation: ConnectionInvitationMessage

routingKey

is a key that you can share with other agents (together with the service endpoint). This key is saved in the provisioning record and is therefore shared via DidDoc when establishing a connection with some other agent.

val routingKey: String

serviceEndpoint

is an endpoint URI that you can share with other agents (together with the routing key). This URI is saved in the provisioning record and is therefore shared via DidDoc when establishing a connection with some other agent.

val serviceEndpoint: String