CallbackDetails

Contains details about a callback operation in a durable execution, including the callback token and timeout configuration.

Types

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

Properties

Link copied to clipboard

The callback ID. Callback IDs are generated by the DurableContext when a durable function calls ctx.waitForCallback.

Link copied to clipboard

An error object that contains details about the failure.

Link copied to clipboard

The response payload from the callback operation as a string.

Functions

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