Package | Description |
---|---|
org.eclipse.microprofile.fault.tolerance.tck.config |
Modifier and Type | Method and Description |
---|---|
ConfigAnnotationAsset |
ConfigAnnotationAsset.autoscaleClass(Class<?> clazz)
Generate config which scales the timeout values of all annotations on the class
|
ConfigAnnotationAsset |
ConfigAnnotationAsset.autoscaleMethod(Class<?> clazz,
String method)
Generate config which scales the timeout values of all annotations on a single method
|
ConfigAnnotationAsset |
ConfigAnnotationAsset.mergeProperties(Properties properties) |
ConfigAnnotationAsset |
ConfigAnnotationAsset.set(Class<?> clazz,
String method,
Class<? extends Annotation> annotation,
String parameter,
String value)
Configure a parameter on an annotation applied to a method
|
ConfigAnnotationAsset |
ConfigAnnotationAsset.setGlobally(Class<? extends Annotation> annotation,
String parameter,
String value)
Configure the parameter of an annotation globally
|
ConfigAnnotationAsset |
ConfigAnnotationAsset.setValue(Class<?> clazz,
String method,
Class<? extends Annotation> annotation,
String value)
Configure the
value parameter on an annotation applied to a method |
Copyright © 2016 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.