Class WaitForCallbackConfig

java.lang.Object
software.amazon.lambda.durable.config.WaitForCallbackConfig

public class WaitForCallbackConfig extends Object
Configuration for the waitForCallback composite operation.

Combines a StepConfig (for the step that produces the callback) and a CallbackConfig (for the callback wait itself).

  • Method Details

    • stepConfig

      public StepConfig stepConfig()
      Returns the step configuration for the composite operation.
    • callbackConfig

      public CallbackConfig callbackConfig()
      Returns the callback configuration for the composite operation.
    • builder

      public static WaitForCallbackConfig.Builder builder()
      Creates a new builder.
    • toBuilder

      public WaitForCallbackConfig.Builder toBuilder()
      Creates a builder pre-populated with this instance's values.