Class CheckOperations
- java.lang.Object
-
- org.jboss.as.controller.AbstractRuntimeOnlyHandler
-
- org.wildfly.extension.microprofile.health.CheckOperations
-
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
public class CheckOperations extends org.jboss.as.controller.AbstractRuntimeOnlyHandlerManagement operation that returns the DMR representation of the MicroProfile Health Check JSON payload.- Author:
- Jeff Mesnil (c) 2018 Red Hat inc.
-
-
Constructor Summary
Constructors Constructor Description CheckOperations(Function<MicroProfileHealthReporter,io.smallrye.health.SmallRyeHealth> healthOperation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecuteRuntimeStep(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
Constructor Detail
-
CheckOperations
public CheckOperations(Function<MicroProfileHealthReporter,io.smallrye.health.SmallRyeHealth> healthOperation)
-
-