Uses of Interface
io.helidon.faulttolerance.Retry
Packages that use Retry
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 Retry in io.helidon.faulttolerance
Classes in io.helidon.faulttolerance that implement interfaces with type arguments of type RetryModifier and TypeClassDescriptionstatic classFluent API builder forRetry.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.faulttolerance that return RetryModifier and TypeMethodDescriptionRetryConfig.Builder.build()Create an instance from this builder.RetryConfig.BuilderBase.RetryConfigImpl.build()Create a new runtime instance from this prototype.static RetryRetry.create(RetryConfig retryConfig) Create a new retry from its configuration.static RetryRetry.create(Consumer<RetryConfig.Builder> builderConsumer) Create a new retry with customized configuration.RetryConfig.BuilderBase.RetryConfigImpl.get()protected abstract RetryFtSupport.RetryMethod.retry()Provide a retry instance that should be used with this method.ResilientValueConfig.retry()Retry handler. -
Uses of Retry in io.helidon.messaging
Methods in io.helidon.messaging that return RetryModifier and TypeMethodDescriptionFailurePolicy.BuilderBase.retry()Fault tolerance retry instance used for incoming delivery.FailurePolicy.retry()Fault tolerance retry instance used for incoming delivery.Methods in io.helidon.messaging that return types with arguments of type RetryModifier and TypeMethodDescriptionMessagingFailureConfig.BuilderBase.retry()Complete retry instance for this incoming channel.MessagingFailureConfig.retry()Complete retry instance for this incoming channel.Methods in io.helidon.messaging with parameters of type RetryModifier and TypeMethodDescriptionFault tolerance retry instance used for incoming delivery.Complete retry instance for this incoming channel.Method parameters in io.helidon.messaging with type arguments of type RetryModifier and TypeMethodDescriptionFault tolerance retry instance used for incoming delivery.Complete retry instance for this incoming channel. -
Uses of Retry in io.helidon.security.providers.jwt
Methods in io.helidon.security.providers.jwt with parameters of type RetryModifier and TypeMethodDescriptionRetry used when loading verification keys from a filesystem path or URI; by default, it wraps two timeout-guarded attempts within an 11-second overall timeout.Method parameters in io.helidon.security.providers.jwt with type arguments of type RetryModifier and TypeMethodDescriptionRetry used when loading verification keys from a filesystem path or URI. -
Uses of Retry in io.helidon.security.providers.oidc.common
Methods in io.helidon.security.providers.oidc.common that return RetryModifier and TypeMethodDescriptiondefault RetryTenantConfig.jwkRetry()Retry used while loading OIDC metadata and signing JWKs.Methods in io.helidon.security.providers.oidc.common with parameters of type RetryModifier and TypeMethodDescriptionRetry used while loading OIDC metadata and signing JWKs; by default, it wraps two timeout-guarded attempts within an 11-second overall timeout.Method parameters in io.helidon.security.providers.oidc.common with type arguments of type Retry