class
Amazonite::Lambda::ContextOptions
- Amazonite::Lambda::ContextOptions
- Reference
- Object
Overview
Configuration options for a durable execution context.
Included Modules
- JSON::Serializable
Defined in:
lambda/context_options.crConstructors
- .new(pull : JSON::PullParser)
- .new(replay_children : Bool | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#replay_children : Bool | Nil
Whether the state data of children of the completed context should be included in the invoke payload and
GetDurableExecutionStateresponse. -
#replay_children=(replay_children : Bool | Nil)
Whether the state data of children of the completed context should be included in the invoke payload and
GetDurableExecutionStateresponse. - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Whether the state data of children of the completed context should be included in the invoke
payload and GetDurableExecutionState response.
Whether the state data of children of the completed context should be included in the invoke
payload and GetDurableExecutionState response.