ContextOptions

Configuration options for a durable execution context.

Types

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

Properties

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: ContextOptions.Builder.() -> Unit = {}): ContextOptions
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