Class MigrateOperation
java.lang.Object
org.wildfly.extension.microprofile.opentracing.MigrateOperation
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
public class MigrateOperation
extends Object
implements org.jboss.as.controller.OperationStepHandler
Operation to migrate from the legacy MicroProfile subsystem to new MicroProfile Telemetry subsystem.
- Author:
- Jason Lee
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
-
Method Details
-
execute
public void execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) throws org.jboss.as.controller.OperationFailedException - Specified by:
executein interfaceorg.jboss.as.controller.OperationStepHandler- Throws:
org.jboss.as.controller.OperationFailedException
-