public class CircuitBreaker<T>
extends java.lang.Object
Constructor and Description |
---|
CircuitBreaker(java.util.function.Function<T,java.lang.String> partition) |
Modifier and Type | Method and Description |
---|---|
<R> java.util.concurrent.CompletableFuture<R> |
apply(org.vertx.java.core.Vertx vertx,
T partitionable,
java.util.concurrent.Callable<R> to) |
void |
noticeError(T errorSource) |
void |
noticeSuccess(T errorSource) |
public CircuitBreaker(java.util.function.Function<T,java.lang.String> partition)
Copyright © 2021. All Rights Reserved.