corda / net.corda.core.context / Trace / newInstance

newInstance

@JvmStatic fun newInstance(invocationId: InvocationId = InvocationId.newInstance(), sessionId: SessionId = SessionId(invocationId.value, invocationId.timestamp)): Trace

Creates a trace using a InvocationId.newInstance with default arguments and a SessionId matching the value and timestamp from the invocation id..