class Amazonite::Lambda::ContextOptions

Overview

Configuration options for a durable execution context.

Included Modules

Defined in:

lambda/context_options.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(replay_children : Bool | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def replay_children : Bool | Nil #

Whether the state data of children of the completed context should be included in the invoke payload and GetDurableExecutionState response.


[View source]
def replay_children=(replay_children : Bool | Nil) #

Whether the state data of children of the completed context should be included in the invoke payload and GetDurableExecutionState response.


[View source]
def validate! : Nil #

[View source]