corda / com.r3.enm.servicesapi.identitymanager.handlers / DoormanPingResponse

DoormanPingResponse

data class DoormanPingResponse

Ping response message from Doorman service.

Constructors

<init>

DoormanPingResponse(receivedAt: Instant)

Ping response message from Doorman service.

Properties

receivedAt

val receivedAt: Instant

Instant in Epoch millis when PingMessage was handled by DoormanProtocolServerDispatcher

Companion Object Functions

fromStream

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