Uses of Class
software.amazon.lambda.durable.InvokeConfig
Packages that use InvokeConfig
-
Uses of InvokeConfig in software.amazon.lambda.durable
Methods in software.amazon.lambda.durable that return InvokeConfigMethods in software.amazon.lambda.durable with parameters of type InvokeConfigModifier and TypeMethodDescription<T,U> T DurableContext.invoke(String name, String functionName, U payload, Class<T> resultType, InvokeConfig config) <T,U> T DurableContext.invoke(String name, String functionName, U payload, TypeToken<T> typeToken, InvokeConfig config) <T,U> DurableFuture<T> DurableContext.invokeAsync(String name, String functionName, U payload, Class<T> resultType, InvokeConfig config) <T,U> DurableFuture<T> DurableContext.invokeAsync(String name, String functionName, U payload, TypeToken<T> typeToken, InvokeConfig config) -
Uses of InvokeConfig in software.amazon.lambda.durable.operation
Constructors in software.amazon.lambda.durable.operation with parameters of type InvokeConfigModifierConstructorDescriptionInvokeOperation(String operationId, String name, String functionName, U payload, TypeToken<T> resultTypeToken, InvokeConfig config, DurableContext durableContext)