Uses of Class
software.amazon.lambda.durable.WaitForCallbackConfig
Packages that use WaitForCallbackConfig
-
Uses of WaitForCallbackConfig in software.amazon.lambda.durable
Methods in software.amazon.lambda.durable that return WaitForCallbackConfigMethods in software.amazon.lambda.durable with parameters of type WaitForCallbackConfigModifier and TypeMethodDescription<T> TDurableContext.waitForCallback(String name, Class<T> resultType, BiConsumer<String, StepContext> func, WaitForCallbackConfig waitForCallbackConfig) <T> TDurableContext.waitForCallback(String name, TypeToken<T> typeToken, BiConsumer<String, StepContext> func, WaitForCallbackConfig waitForCallbackConfig) <T> DurableFuture<T>DurableContext.waitForCallbackAsync(String name, Class<T> resultType, BiConsumer<String, StepContext> func, WaitForCallbackConfig waitForCallbackConfig) <T> DurableFuture<T>DurableContext.waitForCallbackAsync(String name, TypeToken<T> typeToken, BiConsumer<String, StepContext> func, WaitForCallbackConfig waitForCallbackConfig)