Uses of Class
software.amazon.lambda.durable.config.CallbackConfig.Builder
Packages that use CallbackConfig.Builder
-
Uses of CallbackConfig.Builder in software.amazon.lambda.durable.config
Methods in software.amazon.lambda.durable.config that return CallbackConfig.BuilderModifier and TypeMethodDescriptionstatic CallbackConfig.BuilderCallbackConfig.builder()Creates a new builder with default values.CallbackConfig.Builder.heartbeatTimeout(Duration heartbeatTimeout) Sets the maximum duration between heartbeats before the callback is considered failed.Sets a custom serializer for the callback.Sets the maximum duration to wait for the callback to complete before timing out.CallbackConfig.toBuilder()Creates a new builder pre-populated with this config's values.