Uses of Class
software.amazon.lambda.durable.testing.AsyncExecution
Packages that use AsyncExecution
-
Uses of AsyncExecution in software.amazon.lambda.durable.testing
Methods in software.amazon.lambda.durable.testing that return AsyncExecutionModifier and TypeMethodDescriptionAsyncExecution.pollUntil(Predicate<AsyncExecution<O>> condition) Poll execution history until the given condition is met.CloudDurableTestRunner.startAsync(I input) Start an asynchronous execution and return a handle for incremental polling.Method parameters in software.amazon.lambda.durable.testing with type arguments of type AsyncExecutionModifier and TypeMethodDescriptionAsyncExecution.pollUntil(Predicate<AsyncExecution<O>> condition) Poll execution history until the given condition is met.