Class MicroProfileFaultToleranceMarker
java.lang.Object
org.wildfly.extension.microprofile.faulttolerance.deployment.MicroProfileFaultToleranceMarker
Utility class which marks MP FT deployments.
- Author:
- Radoslav Husar
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanhasMicroProfileFaultToleranceAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit) static booleanisMarked(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
-
Method Details
-
isMarked
public static boolean isMarked(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit) - Returns:
- whether the deployment was marked as MP FT deployment
-
hasMicroProfileFaultToleranceAnnotations
public static boolean hasMicroProfileFaultToleranceAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
-