Skip to content

com.github.manosbatsis.corda.rpc.poolboy.config / NodeParams / trackRpcCallSites

trackRpcCallSites

var trackRpcCallSites: Boolean?

If set to true the client will track RPC call sites (default is false). If an error occurs subsequently during the RPC or in a returned Observable stream the stack trace of the originating RPC will be shown as well. Note that constructing call stacks is a moderately expensive operation.