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.AbstractRuntimeOnlyHandler
Management operation that returns the DMR representation of the MicroProfile Health Check JSON payload.
- Author:
- Jeff Mesnil (c) 2018 Red Hat inc.
-
Constructor Summary
ConstructorsConstructorDescriptionCheckOperations(Function<MicroProfileHealthReporter, io.smallrye.health.SmallRyeHealth> healthOperation) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecuteRuntimeStep(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) Methods inherited from class org.jboss.as.controller.AbstractRuntimeOnlyHandler
execute, requiresRuntime, resourceMustExist
-
Constructor Details
-
CheckOperations
public CheckOperations(Function<MicroProfileHealthReporter, io.smallrye.health.SmallRyeHealth> healthOperation)
-
-
Method Details
-
executeRuntimeStep
protected void executeRuntimeStep(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) - Specified by:
executeRuntimeStepin classorg.jboss.as.controller.AbstractRuntimeOnlyHandler
-