Uses of Enum
org.eclipse.microprofile.fault.tolerance.tck.metrics.common.FallbackMetricBean.Action
Packages that use FallbackMetricBean.Action
-
Uses of FallbackMetricBean.Action in org.eclipse.microprofile.fault.tolerance.tck.metrics.common
Methods in org.eclipse.microprofile.fault.tolerance.tck.metrics.common that return FallbackMetricBean.ActionModifier and TypeMethodDescriptionFallbackMetricBean.getFallbackAction()Get whether the fallback method and handler should pass or throw an exceptionstatic FallbackMetricBean.ActionReturns the enum constant of this type with the specified name.static FallbackMetricBean.Action[]FallbackMetricBean.Action.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.microprofile.fault.tolerance.tck.metrics.common with parameters of type FallbackMetricBean.ActionModifier and TypeMethodDescriptionvoidFallbackMetricBean.doFallback(FallbackMetricBean.Action action) voidFallbackMetricBean.doWork(FallbackMetricBean.Action action) FallbackMetricBean.doWorkWithHandler(FallbackMetricBean.Action action) voidFallbackMetricBean.setFallbackAction(FallbackMetricBean.Action action) Set whether the fallback method and handler should pass or throw an exception