-
LocalDurableTestRunner.create(Class<I> inputType,
BiFunction<I,software.amazon.lambda.durable.DurableContext,O> handlerFn)
Creates a LocalDurableTestRunner with default configuration.
LocalDurableTestRunner.create(Class<I> inputType,
BiFunction<I,software.amazon.lambda.durable.DurableContext,O> handlerFn,
software.amazon.lambda.durable.DurableConfig config)
Creates a LocalDurableTestRunner that uses a custom configuration.
LocalDurableTestRunner.create(Class<I> inputType,
software.amazon.lambda.durable.DurableHandler<I,O> handler)
Creates a LocalDurableTestRunner from a DurableHandler instance, automatically extracting the configuration.