open fun startWebserver(handle: NodeHandle): CordaFuture<WebserverHandle>
Call startWebserver with a default maximumHeapSize.
abstract fun startWebserver(handle: NodeHandle, maximumHeapSize: String): CordaFuture<WebserverHandle>
Starts a web server for a node
handle
- The handle for the node that this webserver connects to via RPC.