In Process Impl
data class InProcessImpl(val nodeInfo: <Error class: unknown class>, val rpc: <Error class: unknown class>, val configuration: <Error class: unknown class>, val webAddress: <Error class: unknown class>, val useHTTPS: Boolean, nodeThread: Thread, onStopCallback: () -> Unit, node: <Error class: unknown class>) : InProcess, NodeHandleInternal
Properties
Link copied to clipboard
The location of the node's base directory
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Get the JMX server address for this node, if JMX is enabled
Link copied to clipboard
Get the p2p address for this node
Link copied to clipboard
Get the rpc address for this node
Link copied to clipboard
Get the rpc admin address for this node
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun <T> registerInitiatedFlow(initiatedFlowClass: Class<T>): <Error class: unknown class><T>
Register a flow that is initiated by another flow
Link copied to clipboard