corda / com.r3.enm.servicesapi.zone.handlers / ZonePingResponse

ZonePingResponse

data class ZonePingResponse

Ping response message from Zone service.

Constructors

<init>

ZonePingResponse(receivedAt: Instant)

Ping response message from Zone service.

Properties

receivedAt

val receivedAt: Instant

Instant in Epoch millis when PingMessage was handled by CenmProtocolServerDispatcher

Companion Object Functions

fromStream

fun fromStream(b: <ERROR CLASS>): <ERROR CLASS><ZoneProtocol>