Uses of Class
software.amazon.lambda.durable.CallbackConfig
Packages that use CallbackConfig
-
Uses of CallbackConfig in software.amazon.lambda.durable
Methods in software.amazon.lambda.durable that return CallbackConfigMethods in software.amazon.lambda.durable with parameters of type CallbackConfigModifier and TypeMethodDescription<T> DurableCallbackFuture<T> DurableContext.createCallback(String name, Class<T> resultType, CallbackConfig config) <T> DurableCallbackFuture<T> DurableContext.createCallback(String name, TypeToken<T> typeToken, CallbackConfig config) -
Uses of CallbackConfig in software.amazon.lambda.durable.operation
Constructors in software.amazon.lambda.durable.operation with parameters of type CallbackConfigModifierConstructorDescriptionCallbackOperation(String operationId, String name, TypeToken<T> resultTypeToken, CallbackConfig config, ExecutionManager executionManager) Convenience constructor for root-context operations where parentId is null.CallbackOperation(String operationId, String name, TypeToken<T> resultTypeToken, CallbackConfig config, ExecutionManager executionManager, String parentId)