Class MicroProfileFaultToleranceDeploymentProcessor
java.lang.Object
org.wildfly.extension.microprofile.faulttolerance.deployment.MicroProfileFaultToleranceDeploymentProcessor
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
public class MicroProfileFaultToleranceDeploymentProcessor
extends Object
implements org.jboss.as.server.deployment.DeploymentUnitProcessor
This
DeploymentUnitProcessor registers required CDI portable extension that adds support
for MP Fault Tolerance interceptor bindings. Moreover, it specifies which metrics provider to use according to
metrics integrations available at runtime (MP Metrics, Micrometer, or no metrics).- Author:
- Radoslav Husar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.server.deployment.DeploymentUnitProcessor
undeploy
-
Constructor Details
-
MicroProfileFaultToleranceDeploymentProcessor
public MicroProfileFaultToleranceDeploymentProcessor()
-
-
Method Details
-
deploy
public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) - Specified by:
deployin interfaceorg.jboss.as.server.deployment.DeploymentUnitProcessor
-