startWebserver

Call startWebserver with a default maximumHeapSize.


abstract fun startWebserver(handle: NodeHandle, maximumHeapSize: String): CordaFuture<WebserverHandle>

Starts a web server for a node

Parameters

handle

The handle for the node that this webserver connects to via RPC.

maximumHeapSize

Argument for JVM -Xmx option e.g. "200m".