corda / net.corda.core.flows / WaitTimeUpdate

WaitTimeUpdate

data class WaitTimeUpdate

Sent by the notary when the notary detects it will unlikely respond before the client retries.

Constructors

<init>

WaitTimeUpdate(waitTime: Duration)

Sent by the notary when the notary detects it will unlikely respond before the client retries.

Properties

waitTime

val waitTime: Duration

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.