Uses of Interface
io.helidon.faulttolerance.Bulkhead
Packages that use Bulkhead
-
Uses of Bulkhead in io.helidon.faulttolerance
Classes in io.helidon.faulttolerance that implement interfaces with type arguments of type BulkheadModifier and TypeClassDescriptionstatic classFluent API builder forBulkhead.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.faulttolerance that return BulkheadModifier and TypeMethodDescriptionBulkheadConfig.Builder.build()Create an instance from this builder.BulkheadConfig.BuilderBase.BulkheadConfigImpl.build()Create a new runtime instance from this prototype.protected abstract BulkheadFtSupport.BulkheadMethod.bulkhead()Provide a bulkhead instance that should be used with this method.static BulkheadBulkhead.create(BulkheadConfig config) CreateBulkheadfrom its configuration.static BulkheadBulkhead.create(Consumer<BulkheadConfig.Builder> builderConsumer) CreateBulkheadcustomizing its configuration.BulkheadConfig.BuilderBase.BulkheadConfigImpl.get()