Uses of Interface
io.helidon.faulttolerance.RetryConfig
Packages that use RetryConfig
Package
Description
Helidon Fault Tolerance Support.
Helidon Messaging API and runtime.
Provider that can process incoming JWTs and assert users based on them and can propagate JWTs (or create
new ones) for outbound calls.
Open ID Connect (OIDC) classes usable from all OIDC related components.
-
Uses of RetryConfig in io.helidon.faulttolerance
Classes in io.helidon.faulttolerance with type parameters of type RetryConfigModifier and TypeClassDescriptionstatic classRetryConfig.BuilderBase<BUILDER extends RetryConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends RetryConfig>Fluent API builder base forRetryConfig.Classes in io.helidon.faulttolerance that implement RetryConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type RetryConfig in io.helidon.faulttoleranceSubinterfaces with type arguments of type RetryConfig in io.helidon.faulttoleranceModifier and TypeInterfaceDescriptioninterfaceRetry supports retry policies to be applied on an execution of asynchronous tasks.Methods in io.helidon.faulttolerance that return RetryConfigModifier and TypeMethodDescriptionRetryConfig.Builder.buildPrototype()Create an instance of the prototype.static RetryConfigRetryConfig.create()Create a new instance with default values.static RetryConfigCreate a new instance from configuration.Methods in io.helidon.faulttolerance with parameters of type RetryConfigModifier and TypeMethodDescriptionstatic RetryConfig.BuilderRetryConfig.builder(RetryConfig instance) Create a new fluent API builder from an existing instance.static RetryRetry.create(RetryConfig retryConfig) Create a new retry from its configuration.RetryConfig.BuilderBase.from(RetryConfig prototype) Update this builder from an existing prototype instance. -
Uses of RetryConfig in io.helidon.messaging
Methods in io.helidon.messaging with parameters of type RetryConfigModifier and TypeMethodDescriptionFailurePolicy.BuilderBase.retry(RetryConfig retry) Fault tolerance retry instance used for incoming delivery.MessagingFailureConfig.BuilderBase.retry(RetryConfig retry) Complete retry instance for this incoming channel. -
Uses of RetryConfig in io.helidon.security.providers.jwt
Methods in io.helidon.security.providers.jwt with parameters of type RetryConfigModifier and TypeMethodDescriptionJwtProvider.Builder.jwkRetry(RetryConfig jwkRetry) Retry used when loading verification keys from a filesystem path or URI. -
Uses of RetryConfig in io.helidon.security.providers.oidc.common
Methods in io.helidon.security.providers.oidc.common with parameters of type RetryConfigModifier and TypeMethodDescriptionBaseBuilder.jwkRetry(RetryConfig jwkRetry) Retry used while loading OIDC metadata and signing JWK.