DistributedServiceHandle

data class DistributedServiceHandle(val party: <Error class: unknown class>)

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

Constructors

Link copied to clipboard
constructor(party: <Error class: unknown class>)

Properties

Link copied to clipboard
val party: <Error class: unknown class>

The Party offering the service.

Functions

Link copied to clipboard
open override fun toString(): String