public class CircuitBreakerAntn extends MethodAntn implements org.eclipse.microprofile.faulttolerance.CircuitBreaker
| Constructor and Description |
|---|
CircuitBreakerAntn(Class<?> beanClass,
Method method)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
delay() |
ChronoUnit |
delayUnit() |
Class<? extends Throwable>[] |
failOn() |
double |
failureRatio() |
int |
requestVolumeThreshold() |
int |
successThreshold() |
void |
validate()
Validate the annotation on this method.
|
annotationType, getParamOverride, lookupAnnotationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitannotationType, equals, hashCode, toStringpublic void validate()
MethodAntnvalidate in class MethodAntnpublic long delay()
public ChronoUnit delayUnit()
public int requestVolumeThreshold()
public double failureRatio()
public int successThreshold()
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.