Uses of Interface
io.helidon.faulttolerance.CircuitBreakerConfig
Packages that use CircuitBreakerConfig
Package
Description
Helidon Fault Tolerance Support.
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 CircuitBreakerConfig in io.helidon.faulttolerance
Classes in io.helidon.faulttolerance with type parameters of type CircuitBreakerConfigModifier and TypeClassDescriptionstatic classCircuitBreakerConfig.BuilderBase<BUILDER extends CircuitBreakerConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends CircuitBreakerConfig>Fluent API builder base forCircuitBreakerConfig.Classes in io.helidon.faulttolerance that implement CircuitBreakerConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type CircuitBreakerConfig in io.helidon.faulttoleranceSubinterfaces with type arguments of type CircuitBreakerConfig in io.helidon.faulttoleranceModifier and TypeInterfaceDescriptioninterfaceCircuitBreaker protects a potentially failing endpoint from overloading and the application from spending resources on those endpoints.Methods in io.helidon.faulttolerance that return CircuitBreakerConfigModifier and TypeMethodDescriptionCircuitBreakerConfig.Builder.buildPrototype()Create an instance of the prototype.static CircuitBreakerConfigCircuitBreakerConfig.create()Create a new instance with default values.static CircuitBreakerConfigCreate a new instance from configuration.Methods in io.helidon.faulttolerance with parameters of type CircuitBreakerConfigModifier and TypeMethodDescriptionstatic CircuitBreakerConfig.BuilderCircuitBreakerConfig.builder(CircuitBreakerConfig instance) Create a new fluent API builder from an existing instance.static CircuitBreakerCircuitBreaker.create(CircuitBreakerConfig config) Create a new circuit builder based on its configuration.CircuitBreakerConfig.BuilderBase.from(CircuitBreakerConfig prototype) Update this builder from an existing prototype instance. -
Uses of CircuitBreakerConfig in io.helidon.security.providers.jwt
Methods in io.helidon.security.providers.jwt with parameters of type CircuitBreakerConfigModifier and TypeMethodDescriptionJwtProvider.Builder.jwkCircuitBreaker(CircuitBreakerConfig jwkCircuitBreaker) Circuit breaker used when loading verification keys from a filesystem path or URI. -
Uses of CircuitBreakerConfig in io.helidon.security.providers.oidc.common
Methods in io.helidon.security.providers.oidc.common with parameters of type CircuitBreakerConfigModifier and TypeMethodDescriptionBaseBuilder.jwkCircuitBreaker(CircuitBreakerConfig jwkCircuitBreaker) Circuit breaker used while loading OIDC metadata and signing JWK.