corda / net.corda.client.rpc / CordaRPCClientConfiguration / trackRpcCallSites

trackRpcCallSites

open val 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.