corda / net.corda.testing.node / InMemoryMessagingNetwork / DistributedServiceHandle

DistributedServiceHandle

data class DistributedServiceHandle : MessageRecipientGroup

A class which represents information about nodes offering the same distributed service on the InMemoryMessagingNetwork.

Constructors

<init>

A class which represents information about nodes offering the same distributed service on the InMemoryMessagingNetwork.

DistributedServiceHandle(party: Party)

Properties

party

The Party offering the service.

val party: Party

Functions

toString

fun toString(): String