Index
All Classes and Interfaces|All Packages|Serialized Form
A
- abortOn() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.RetryConfig
-
The exception types that are not considered failures and hence should not be retried.
- applyGuard() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig
-
Configuration of the
@ApplyGuardfault tolerance strategy. - applyOn() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.FallbackConfig
-
The exception types that are considered failures and hence should trigger fallback.
- asynchronous() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig
-
Configuration of the
@Asynchronousfault tolerance strategy. - asynchronousNonBlocking() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig
-
Configuration of the
@AsynchronousNonBlockingfault tolerance strategy.
B
- beforeRetry() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceBuildTimeConfig.StrategiesConfig
-
Configuration of the
@BeforeRetryfault tolerance strategy. - beforeRetry() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig
-
Configuration of the
@BeforeRetryfault tolerance strategy. - bulkhead() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig
-
Configuration of the
@Bulkheadfault tolerance strategy.
C
- CacheKey(Class<?>, Method) - Constructor for class io.quarkus.smallrye.faulttolerance.runtime.QuarkusFaultToleranceOperationProvider.CacheKey
- circuitBreaker() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig
-
Configuration of the
@CircuitBreakerfault tolerance strategy. - contains(String) - Method in class io.quarkus.smallrye.faulttolerance.runtime.QuarkusExistingCircuitBreakerNames
- createFaultToleranceOperation(List<FaultToleranceMethod>) - Method in class io.quarkus.smallrye.faulttolerance.runtime.SmallRyeFaultToleranceRecorder
- customBackoff() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig
-
Configuration of the
@CustomBackofffault tolerance strategy.
D
- delay() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.CircuitBreakerConfig
-
The delay after which an open circuit breaker will move to half-open.
- delay() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.RetryConfig
-
The delay between retry attempts.
- delayUnit() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.CircuitBreakerConfig
- delayUnit() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.RetryConfig
E
- enabled() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig
-
Whether fault tolerance strategies are enabled.
- enabled() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.ApplyGuardConfig
-
Whether the
@ApplyGuardstrategy is enabled. - enabled() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.AsynchronousConfig
-
Whether the
@Asynchronousstrategy is enabled. - enabled() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.AsynchronousNonBlockingConfig
-
Whether the
@AsynchronousNonBlockingstrategy is enabled. - enabled() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.BeforeRetryConfig
-
Whether the
@BeforeRetrystrategy is enabled. - enabled() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.BulkheadConfig
-
Whether the
@Bulkheadstrategy is enabled. - enabled() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.CircuitBreakerConfig
-
Whether the
@CircuitBreakerstrategy is enabled. - enabled() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.CustomBackoffConfig
-
Whether the
@CustomBackoffstrategy is enabled. - enabled() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.ExponentialBackoffConfig
-
Whether the
@ExponentialBackoffstrategy is enabled. - enabled() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.FallbackConfig
-
Whether the
@Fallbackstrategy is enabled. - enabled() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.FibonacciBackoffConfig
-
Whether the
@FibonacciBackoffstrategy is enabled. - enabled() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.RateLimitConfig
-
Whether the
@RateLimitstrategy is enabled. - enabled() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.RetryConfig
-
Whether the
@Retrystrategy is enabled. - enabled() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.RetryWhenConfig
-
Whether the
@RetryWhenstrategy is enabled. - enabled() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.TimeoutConfig
-
Whether the
@Timeoutstrategy is enabled. - equals(Object) - Method in class io.quarkus.smallrye.faulttolerance.runtime.QuarkusFaultToleranceOperationProvider.CacheKey
- exception() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.RetryWhenConfig
-
Class of the predicate that will be used to determine whether the invocation should be retried if the guarded method has thrown an exception.
- executor - Variable in class io.quarkus.smallrye.faulttolerance.runtime.QuarkusAsyncExecutorProvider
- exponentialBackoff() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig
-
Configuration of the
@ExponentialBackofffault tolerance strategy.
F
- factor() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.ExponentialBackoffConfig
-
The multiplicative factor used when determining a delay between two retries.
- failOn() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.CircuitBreakerConfig
-
The exception types that are considered failures.
- failureRatio() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.CircuitBreakerConfig
-
The ratio of failures within the rolling window that will move a closed circuit breaker to open.
- fallback() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceBuildTimeConfig.StrategiesConfig
-
Configuration of the
@Fallbackfault tolerance strategy. - fallback() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig
-
Configuration of the
@Fallbackfault tolerance strategy. - fallbackMethod() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceBuildTimeConfig.StrategiesConfig.FallbackConfig
-
The name of the method to call on fallback.
- FaultToleranceJsonRpcService - Class in io.quarkus.smallrye.faulttolerance.runtime.devui
- FaultToleranceJsonRpcService() - Constructor for class io.quarkus.smallrye.faulttolerance.runtime.devui.FaultToleranceJsonRpcService
- fibonacciBackoff() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig
-
Configuration of the
@FibonacciBackofffault tolerance strategy.
G
- get() - Method in class io.quarkus.smallrye.faulttolerance.runtime.QuarkusAsyncExecutorProvider
- get(FaultToleranceOperation) - Method in class io.quarkus.smallrye.faulttolerance.runtime.QuarkusBeforeRetryHandlerProvider
- get(FaultToleranceOperation) - Method in class io.quarkus.smallrye.faulttolerance.runtime.QuarkusFallbackHandlerProvider
- get(Class<?>, Method) - Method in class io.quarkus.smallrye.faulttolerance.runtime.QuarkusFaultToleranceOperationProvider
- getGuardedMethods() - Method in class io.quarkus.smallrye.faulttolerance.runtime.devui.FaultToleranceJsonRpcService
- getOperationCache() - Method in class io.quarkus.smallrye.faulttolerance.runtime.QuarkusFaultToleranceOperationProvider
H
- hashCode() - Method in class io.quarkus.smallrye.faulttolerance.runtime.QuarkusFaultToleranceOperationProvider.CacheKey
I
- init(Map<QuarkusFaultToleranceOperationProvider.CacheKey, FaultToleranceOperation>) - Method in class io.quarkus.smallrye.faulttolerance.runtime.QuarkusFaultToleranceOperationProvider
-
Called by SmallRyeFaultToleranceRecorder to init the operation cache.
- init(Set<String>) - Method in class io.quarkus.smallrye.faulttolerance.runtime.QuarkusExistingCircuitBreakerNames
- initExistingCircuitBreakerNames(Set<String>) - Method in class io.quarkus.smallrye.faulttolerance.runtime.SmallRyeFaultToleranceRecorder
- instance - Variable in class io.quarkus.smallrye.faulttolerance.runtime.QuarkusBeforeRetryHandlerProvider
- instance - Variable in class io.quarkus.smallrye.faulttolerance.runtime.QuarkusFallbackHandlerProvider
- io.quarkus.smallrye.faulttolerance.runtime - package io.quarkus.smallrye.faulttolerance.runtime
- io.quarkus.smallrye.faulttolerance.runtime.config - package io.quarkus.smallrye.faulttolerance.runtime.config
- io.quarkus.smallrye.faulttolerance.runtime.devui - package io.quarkus.smallrye.faulttolerance.runtime.devui
J
- jitter() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.RetryConfig
-
The maximum jitter to apply for the delay between retry attempts.
- jitterUnit() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.RetryConfig
M
- maxDelay() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.ExponentialBackoffConfig
-
The maximum delay between retries.
- maxDelay() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.FibonacciBackoffConfig
-
The maximum delay between retries.
- maxDelayUnit() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.ExponentialBackoffConfig
- maxDelayUnit() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.FibonacciBackoffConfig
- maxDuration() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.RetryConfig
-
The maximum duration for which to retry.
- maxDurationUnit() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.RetryConfig
- maxRetries() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.RetryConfig
-
The maximum number of retry attempts.
- methodName() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceBuildTimeConfig.StrategiesConfig.BeforeRetryConfig
-
The name of the method to call before retrying.
- metricsEnabled() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig
-
Whether fault tolerance metrics are enabled.
- minSpacing() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.RateLimitConfig
-
Minimum time between two consecutive invocations.
- minSpacingUnit() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.RateLimitConfig
- mpCompatibility() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig
-
Whether SmallRye Fault Tolerance should be compatible with the MicroProfile Fault Tolerance specification.
Q
- QuarkusAsyncExecutorProvider - Class in io.quarkus.smallrye.faulttolerance.runtime
- QuarkusAsyncExecutorProvider() - Constructor for class io.quarkus.smallrye.faulttolerance.runtime.QuarkusAsyncExecutorProvider
- QuarkusBeforeRetryHandlerProvider - Class in io.quarkus.smallrye.faulttolerance.runtime
- QuarkusBeforeRetryHandlerProvider() - Constructor for class io.quarkus.smallrye.faulttolerance.runtime.QuarkusBeforeRetryHandlerProvider
- QuarkusExistingCircuitBreakerNames - Class in io.quarkus.smallrye.faulttolerance.runtime
- QuarkusExistingCircuitBreakerNames() - Constructor for class io.quarkus.smallrye.faulttolerance.runtime.QuarkusExistingCircuitBreakerNames
- QuarkusFallbackHandlerProvider - Class in io.quarkus.smallrye.faulttolerance.runtime
- QuarkusFallbackHandlerProvider() - Constructor for class io.quarkus.smallrye.faulttolerance.runtime.QuarkusFallbackHandlerProvider
- QuarkusFaultToleranceOperationProvider - Class in io.quarkus.smallrye.faulttolerance.runtime
- QuarkusFaultToleranceOperationProvider() - Constructor for class io.quarkus.smallrye.faulttolerance.runtime.QuarkusFaultToleranceOperationProvider
- QuarkusFaultToleranceOperationProvider.CacheKey - Class in io.quarkus.smallrye.faulttolerance.runtime
R
- rateLimit() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig
-
Configuration of the
@RateLimitfault tolerance strategy. - requestVolumeThreshold() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.CircuitBreakerConfig
-
The size of the circuit breaker rolling window.
- result() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.RetryWhenConfig
-
Class of the predicate that will be used to determine whether the invocation should be retried if the guarded method has returned a result.
- retry() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig
-
Configuration of the
@Retryfault tolerance strategy. - retryOn() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.RetryConfig
-
The exception types that are considered failures and hence should be retried.
- retryWhen() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig
-
Configuration of the
@RetryWhenfault tolerance strategy.
S
- skipOn() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.CircuitBreakerConfig
-
The exception types that are not considered failures.
- skipOn() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.FallbackConfig
-
The exception types that are not considered failures and hence should not trigger fallback.
- SmallRyeFaultToleranceBuildTimeConfig - Interface in io.quarkus.smallrye.faulttolerance.runtime.config
- SmallRyeFaultToleranceBuildTimeConfig.StrategiesConfig - Interface in io.quarkus.smallrye.faulttolerance.runtime.config
- SmallRyeFaultToleranceBuildTimeConfig.StrategiesConfig.BeforeRetryConfig - Interface in io.quarkus.smallrye.faulttolerance.runtime.config
- SmallRyeFaultToleranceBuildTimeConfig.StrategiesConfig.FallbackConfig - Interface in io.quarkus.smallrye.faulttolerance.runtime.config
- SmallRyeFaultToleranceConfig - Interface in io.quarkus.smallrye.faulttolerance.runtime.config
- SmallRyeFaultToleranceConfig.StrategiesConfig - Interface in io.quarkus.smallrye.faulttolerance.runtime.config
- SmallRyeFaultToleranceConfig.StrategiesConfig.ApplyGuardConfig - Interface in io.quarkus.smallrye.faulttolerance.runtime.config
- SmallRyeFaultToleranceConfig.StrategiesConfig.AsynchronousConfig - Interface in io.quarkus.smallrye.faulttolerance.runtime.config
- SmallRyeFaultToleranceConfig.StrategiesConfig.AsynchronousNonBlockingConfig - Interface in io.quarkus.smallrye.faulttolerance.runtime.config
- SmallRyeFaultToleranceConfig.StrategiesConfig.BeforeRetryConfig - Interface in io.quarkus.smallrye.faulttolerance.runtime.config
- SmallRyeFaultToleranceConfig.StrategiesConfig.BulkheadConfig - Interface in io.quarkus.smallrye.faulttolerance.runtime.config
- SmallRyeFaultToleranceConfig.StrategiesConfig.CircuitBreakerConfig - Interface in io.quarkus.smallrye.faulttolerance.runtime.config
- SmallRyeFaultToleranceConfig.StrategiesConfig.CustomBackoffConfig - Interface in io.quarkus.smallrye.faulttolerance.runtime.config
- SmallRyeFaultToleranceConfig.StrategiesConfig.ExponentialBackoffConfig - Interface in io.quarkus.smallrye.faulttolerance.runtime.config
- SmallRyeFaultToleranceConfig.StrategiesConfig.FallbackConfig - Interface in io.quarkus.smallrye.faulttolerance.runtime.config
- SmallRyeFaultToleranceConfig.StrategiesConfig.FibonacciBackoffConfig - Interface in io.quarkus.smallrye.faulttolerance.runtime.config
- SmallRyeFaultToleranceConfig.StrategiesConfig.RateLimitConfig - Interface in io.quarkus.smallrye.faulttolerance.runtime.config
- SmallRyeFaultToleranceConfig.StrategiesConfig.RetryConfig - Interface in io.quarkus.smallrye.faulttolerance.runtime.config
- SmallRyeFaultToleranceConfig.StrategiesConfig.RetryWhenConfig - Interface in io.quarkus.smallrye.faulttolerance.runtime.config
- SmallRyeFaultToleranceConfig.StrategiesConfig.TimeoutConfig - Interface in io.quarkus.smallrye.faulttolerance.runtime.config
- SmallRyeFaultToleranceConfigRelocate - Class in io.quarkus.smallrye.faulttolerance.runtime.config
- SmallRyeFaultToleranceConfigRelocate() - Constructor for class io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfigRelocate
- SmallRyeFaultToleranceRecorder - Class in io.quarkus.smallrye.faulttolerance.runtime
- SmallRyeFaultToleranceRecorder() - Constructor for class io.quarkus.smallrye.faulttolerance.runtime.SmallRyeFaultToleranceRecorder
- strategies() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceBuildTimeConfig
-
Configuration of fault tolerance strategies; either global, per class, or per method.
- strategies() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig
-
Configuration of fault tolerance strategies; either global, per class, or per method.
- successThreshold() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.CircuitBreakerConfig
-
The number of successful executions that move a half-open circuit breaker to closed.
T
- timeout() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig
-
Configuration of the
@Timeoutfault tolerance strategy. - type() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.RateLimitConfig
-
The type of type windows used for rate limiting.
U
- unit() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.TimeoutConfig
V
- value() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.ApplyGuardConfig
-
The
@Identifierof theGuardorTypedGuardto use on the annotated method. - value() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.BeforeRetryConfig
-
The class of the
BeforeRetryHandlerto call before retrying. - value() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.BulkheadConfig
-
The maximum number of concurrent invocations.
- value() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.CustomBackoffConfig
-
The class of the
CustomBackoffStrategythat will be used to compute retry delays. - value() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.FallbackConfig
-
The class of the
FallbackHandlerto call on fallback. - value() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.RateLimitConfig
-
The maximum number of invocations in a time window.
- value() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.TimeoutConfig
-
The timeout to enforce.
W
- waitingTaskQueue() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.BulkheadConfig
-
The maximum number of queued asynchronous invocations.
- window() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.RateLimitConfig
-
The time window length.
- windowUnit() - Method in interface io.quarkus.smallrye.faulttolerance.runtime.config.SmallRyeFaultToleranceConfig.StrategiesConfig.RateLimitConfig
All Classes and Interfaces|All Packages|Serialized Form