Uses of Class
org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableConfigAsset
Packages that use DisableConfigAsset
-
Uses of DisableConfigAsset in org.eclipse.microprofile.fault.tolerance.tck.disableEnv
Methods in org.eclipse.microprofile.fault.tolerance.tck.disableEnv that return DisableConfigAssetModifier and TypeMethodDescriptionDisableConfigAsset.disable
(Class<?> clazz, Class<? extends Annotation> annotation) Add config entry to disable an annotation on the given classDisableConfigAsset.disable
(Class<?> clazz, String method, Class<? extends Annotation> annotation) Add config entry to disable an annotation on the given class and methodDisableConfigAsset.disable
(Class<? extends Annotation> annotation) Add config entry to disable an annotation globallyDisableConfigAsset.disableGlobally()
Globally disable Fault Tolerance except Fallback by setting MP_Fault_Tolerance_NonFallback_Enabled to false.DisableConfigAsset.enable
(Class<?> clazz, Class<? extends Annotation> annotation) Add config entry to enable an annotation on the given classDisableConfigAsset.enable
(Class<?> clazz, String method, Class<? extends Annotation> annotation) Add config entry to enable an annotation on the given class and methodDisableConfigAsset.enable
(Class<? extends Annotation> annotation) Add config entry to enable an annotation globally