/AWS1/CL_LMDCALLBACKOPTIONS¶
Configuration options for callback operations in durable executions, including timeout settings and retry behavior.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_timeoutseconds TYPE /AWS1/LMDDURATIONSECONDS /AWS1/LMDDURATIONSECONDS¶
The timeout for the callback operation in seconds. If not specified or set to 0, the callback has no timeout.
iv_heartbeattimeoutseconds TYPE /AWS1/LMDDURATIONSECONDS /AWS1/LMDDURATIONSECONDS¶
The heartbeat timeout for the callback operation, in seconds. If not specified or set to 0, heartbeat timeout is disabled.
Queryable Attributes¶
TimeoutSeconds¶
The timeout for the callback operation in seconds. If not specified or set to 0, the callback has no timeout.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMEOUTSECONDS() |
Getter for TIMEOUTSECONDS |
HeartbeatTimeoutSeconds¶
The heartbeat timeout for the callback operation, in seconds. If not specified or set to 0, heartbeat timeout is disabled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HEARTBEATTIMEOUTSECONDS() |
Getter for HEARTBEATTIMEOUTSECONDS |