corda / com.r3.enm.servicesapi.revocation.handlers / RevocationPingResponse

RevocationPingResponse

data class RevocationPingResponse

Ping response message from Revocation service.

Constructors

<init>

RevocationPingResponse(receivedAt: Instant)

Ping response message from Revocation service.

Properties

receivedAt

val receivedAt: Instant

Instant in Epoch millis when PingMessage was handled by RevocationProtocolServerDispatcher

Companion Object Functions

fromStream

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