NodeHandleInternal

Properties

Link copied to clipboard
open override val baseDirectory: Path

The location of the node's base directory

Link copied to clipboard
abstract val configuration: <Error class: unknown class>
Link copied to clipboard
open override val jmxAddress: <Error class: unknown class>?

Get the JMX server address for this node, if JMX is enabled

Link copied to clipboard
abstract val nodeInfo: <Error class: unknown class>

Get the NodeInfo for this node

Link copied to clipboard
open override val p2pAddress: <Error class: unknown class>

Get the p2p address for this node

Link copied to clipboard
abstract val rpc: <Error class: unknown class>

Interface to the node's RPC system. The first RPC user will be used to login if are any, otherwise a default one will be added and that will be used.

Link copied to clipboard
open override val rpcAddress: <Error class: unknown class>

Get the rpc address for this node

Link copied to clipboard
open override val rpcAdminAddress: <Error class: unknown class>

Get the rpc admin address for this node

Link copied to clipboard
abstract val rpcUsers: List<User>

Get a List of User's for this node

Link copied to clipboard
abstract val useHTTPS: Boolean
Link copied to clipboard
abstract val webAddress: <Error class: unknown class>

Functions

Link copied to clipboard
abstract fun close()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun stop()

Stops the referenced node.

Link copied to clipboard
fun NodeHandle.waitForShutdown(): <Error class: unknown class><Unit>