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