corda / net.corda.node.webserver.internal / APIServerImpl

APIServerImpl

class APIServerImpl : APIServer

Constructors

<init> APIServerImpl(rpcOps: CordaRPCOps)

Properties

rpcOps val rpcOps: CordaRPCOps

Functions

info fun info(): NodeInfo

Report this node's configuration and identities.

serverTime fun serverTime(): LocalDateTime

Report current UTC time as understood by the platform.

status fun status(): Response

This endpoint is for polling if the webserver is serving. It will always return 200.