Skip to main content

Interface: ICallbackInfo

callback.v1.ICallbackInfo

Properties of a CallbackInfo.

Hierarchy

Properties

attempt

Optional attempt: null | number

The number of attempts made to deliver the callback. This number represents a minimum bound since the attempt is incremented after the callback request completes.

Inherited from

$Properties.attempt


blockedReason

Optional blockedReason: null | string

If the state is BLOCKED, blocked reason provides additional information.

Inherited from

$Properties.blockedReason


callback

Optional callback: null | $Properties

Information on how this callback should be invoked (e.g. its URL and type).

Inherited from

$Properties.callback


lastAttemptCompleteTime

Optional lastAttemptCompleteTime: null | $Properties

The time when the last attempt completed.

Inherited from

$Properties.lastAttemptCompleteTime


lastAttemptFailure

Optional lastAttemptFailure: null | $Properties

The last attempt's failure, if any.

Inherited from

$Properties.lastAttemptFailure


nextAttemptScheduleTime

Optional nextAttemptScheduleTime: null | $Properties

The time when the next attempt is scheduled.

Inherited from

$Properties.nextAttemptScheduleTime


registrationTime

Optional registrationTime: null | $Properties

The time when the callback was registered.

Inherited from

$Properties.registrationTime


state

Optional state: null | CallbackState

The current state of the callback.

Inherited from

$Properties.state