Package io.smallrye.faulttolerance.api
Interface FaultTolerance.Builder<T,R>
- Enclosing interface:
FaultTolerance<T>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated, for removal: This API element is subject to removal in a future version.static interfaceDeprecated, for removal: This API element is subject to removal in a future version.static interfaceDeprecated, for removal: This API element is subject to removal in a future version.static interfaceDeprecated, for removal: This API element is subject to removal in a future version.static interfaceDeprecated, for removal: This API element is subject to removal in a future version.static interfaceDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated, for removal: This API element is subject to removal in a future version.default FaultTolerance.Builder<T, R> with(Consumer<FaultTolerance.Builder<T, R>> consumer) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.withDescription(String value) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.withThreadOffload(boolean value) Deprecated, for removal: This API element is subject to removal in a future version.withThreadOffloadExecutor(Executor executor) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
withDescription
Deprecated, for removal: This API element is subject to removal in a future version. -
withBulkhead
Deprecated, for removal: This API element is subject to removal in a future version. -
withCircuitBreaker
Deprecated, for removal: This API element is subject to removal in a future version. -
withFallback
Deprecated, for removal: This API element is subject to removal in a future version. -
withRateLimit
Deprecated, for removal: This API element is subject to removal in a future version. -
withRetry
Deprecated, for removal: This API element is subject to removal in a future version. -
withTimeout
Deprecated, for removal: This API element is subject to removal in a future version. -
withThreadOffload
Deprecated, for removal: This API element is subject to removal in a future version. -
withThreadOffloadExecutor
@Deprecated(forRemoval=true) FaultTolerance.Builder<T,R> withThreadOffloadExecutor(Executor executor) Deprecated, for removal: This API element is subject to removal in a future version. -
build
Deprecated, for removal: This API element is subject to removal in a future version. -
with
@Deprecated(forRemoval=true) default FaultTolerance.Builder<T,R> with(Consumer<FaultTolerance.Builder<T, R>> consumer) Deprecated, for removal: This API element is subject to removal in a future version.
-
Guard.BuilderorTypedGuard.Builder