T - the value typepublic class BulkheadOperator<T>
extends java.lang.Object
implements java.util.function.UnaryOperator<org.reactivestreams.Publisher<T>>
BulkheadFullException, if the Bulkhead is
full.| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<T> |
apply(org.reactivestreams.Publisher<T> publisher) |
static <T> BulkheadOperator<T> |
of(io.github.resilience4j.bulkhead.Bulkhead bulkhead)
Creates a BulkheadOperator.
|
public static <T> BulkheadOperator<T> of(io.github.resilience4j.bulkhead.Bulkhead bulkhead)
T - the value type of the upstream and downstreambulkhead - the Bulkhead