ThreadFlow
@JsonClass(generateAdapter = true)
Content copied to clipboard
Describes a sequence of code locations that specify a path through a single thread of execution such as an operating system or fiber.
Constructors
Link copied to clipboard
fun ThreadFlow( @Json(name = "id") id: String? = null, @Json(name = "immutableState") immutableState: Map<String, MultiformatMessageString>? = null, @Json(name = "initialState") initialState: Map<String, MultiformatMessageString>? = null, @Json(name = "locations") locations: List<ThreadFlowLocation>, @Json(name = "message") message: Message? = null, @Json(name = "properties") properties: PropertyBag? = null)
Content copied to clipboard