ContextDetails

Details about a durable execution context.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Details about the context failure.

Link copied to clipboard

Whether the state data of child operations of this completed context should be included in the invoke payload and GetDurableExecutionState response.

Link copied to clipboard

The response payload from the context.

Functions

Link copied to clipboard
inline fun copy(block: ContextDetails.Builder.() -> Unit = {}): ContextDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String