corda / net.corda.node / Client

Client

class Client

Constructors

<init> Client(serverHostAndPort: HostAndPort)

Properties

consumer var consumer: ClientConsumer
producer var producer: ClientProducer
session var session: ClientSession

Functions

run fun run(): Unit
send fun send(message: String, queueName: String): Unit