Uses of Class
software.amazon.lambda.durable.config.CallbackConfig
Packages that use CallbackConfig
Package
Description
-
Uses of CallbackConfig in software.amazon.lambda.durable
Methods in software.amazon.lambda.durable with parameters of type CallbackConfigModifier and TypeMethodDescriptiondefault <T> DurableCallbackFuture<T>DurableContext.createCallback(String name, Class<T> resultType, CallbackConfig config) Creates a callback with custom configuration.<T> DurableCallbackFuture<T>DurableContext.createCallback(String name, TypeToken<T> resultType, CallbackConfig config) Creates a callback operation that suspends execution until an external system completes it. -
Uses of CallbackConfig in software.amazon.lambda.durable.config
Methods in software.amazon.lambda.durable.config that return CallbackConfigModifier and TypeMethodDescriptionCallbackConfig.Builder.build()Builds theCallbackConfiginstance.WaitForCallbackConfig.callbackConfig()Returns the callback configuration for the composite operation.Methods in software.amazon.lambda.durable.config with parameters of type CallbackConfigModifier and TypeMethodDescriptionWaitForCallbackConfig.Builder.callbackConfig(CallbackConfig callbackConfig) Sets the callback configuration for the composite operation. -
Uses of CallbackConfig in software.amazon.lambda.durable.context
Methods in software.amazon.lambda.durable.context with parameters of type CallbackConfigModifier and TypeMethodDescription<T> DurableCallbackFuture<T>DurableContextImpl.createCallback(String name, TypeToken<T> resultType, CallbackConfig config) -
Uses of CallbackConfig in software.amazon.lambda.durable.operation
Constructors in software.amazon.lambda.durable.operation with parameters of type CallbackConfigModifierConstructorDescriptionCallbackOperation(OperationIdentifier operationIdentifier, TypeToken<T> resultTypeToken, CallbackConfig config, DurableContextImpl durableContext)