Package io.vrap.rmf.base.client.http
Interface FailsafeConcurrencyBuilderOptions
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface to enable the configuration of Failsafe instances
-
Method Summary
Modifier and TypeMethodDescriptiondev.failsafe.BulkheadBuilder<ApiHttpResponse<byte[]>>
apply
(dev.failsafe.BulkheadBuilder<ApiHttpResponse<byte[]>> options)
-
Method Details
-
apply
dev.failsafe.BulkheadBuilder<ApiHttpResponse<byte[]>> apply(dev.failsafe.BulkheadBuilder<ApiHttpResponse<byte[]>> options) -
andThen
-