Package | Description |
---|---|
org.eclipse.microprofile.fault.tolerance.tck.disableEnv |
Modifier and Type | Method and Description |
---|---|
DisableConfigAsset |
DisableConfigAsset.disable(Class<?> clazz,
Class<? extends Annotation> annotation)
Add config entry to disable an annotation on the given class
|
DisableConfigAsset |
DisableConfigAsset.disable(Class<?> clazz,
String method,
Class<? extends Annotation> annotation)
Add config entry to disable an annotation on the given class and method
|
DisableConfigAsset |
DisableConfigAsset.disable(Class<? extends Annotation> annotation)
Add config entry to disable an annotation globally
|
DisableConfigAsset |
DisableConfigAsset.disableGlobally()
Globally disable Fault Tolerance except Fallback by setting MP_Fault_Tolerance_NonFallback_Enabled to false.
|
DisableConfigAsset |
DisableConfigAsset.enable(Class<?> clazz,
Class<? extends Annotation> annotation)
Add config entry to enable an annotation on the given class
|
DisableConfigAsset |
DisableConfigAsset.enable(Class<?> clazz,
String method,
Class<? extends Annotation> annotation)
Add config entry to enable an annotation on the given class and method
|
DisableConfigAsset |
DisableConfigAsset.enable(Class<? extends Annotation> annotation)
Add config entry to enable an annotation globally
|
Copyright © 2020 Eclipse Foundation. All rights reserved.