CallbackOptions

Configuration options for callback operations in durable executions, including timeout settings and retry behavior.

Types

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

Properties

Link copied to clipboard

The heartbeat timeout for the callback operation, in seconds. If not specified or set to 0, heartbeat timeout is disabled.

Link copied to clipboard

The timeout for the callback operation in seconds. If not specified or set to 0, the callback has no timeout.

Functions

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