public static class Trace.InvocationId
extends Id
Represents id and timestamp of an invocation.
public InvocationId(@NotNull
java.lang.String value,
@NotNull
java.time.Instant timestamp)
Represents id and timestamp of an invocation.
@JvmStatic
@NotNull
public static net.corda.core.context.Trace.InvocationId newInstance(@NotNull
java.lang.String value,
@NotNull
java.time.Instant timestamp)
Creates an invocation id using a java.util.UUID as value and Instant.now as timestamp.