CallbackStartedDetails

Contains details about a callback operation that has started, including timing information and callback metadata.

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

The heartbeat timeout value, in seconds.

Link copied to clipboard
val timeout: Int?

The timeout value, in seconds.

Functions

Link copied to clipboard
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