Class WaitForCallbackConfig
java.lang.Object
software.amazon.lambda.durable.config.WaitForCallbackConfig
Configuration for the
waitForCallback composite operation.
Combines a StepConfig (for the step that produces the callback) and a CallbackConfig (for the
callback wait itself).
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a new builder.Returns the callback configuration for the composite operation.Returns the step configuration for the composite operation.Creates a builder pre-populated with this instance's values.
-
Method Details
-
stepConfig
Returns the step configuration for the composite operation. -
callbackConfig
Returns the callback configuration for the composite operation. -
builder
Creates a new builder. -
toBuilder
Creates a builder pre-populated with this instance's values.
-