Package org.wildfly.extension.health
Class HealthContextService
- java.lang.Object
-
- org.wildfly.extension.health.HealthContextService
-
- All Implemented Interfaces:
org.jboss.msc.Service
public class HealthContextService extends Object implements org.jboss.msc.Service
- Author:
- Jeff Mesnil (c) 2018 Red Hat inc.
-
-
Field Summary
Fields Modifier and Type Field Description static StringMICROPROFILE_HEALTH_REPORTER_CAPABILITY
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetOverrideableHealthHandler(io.undertow.server.HttpHandler handler)voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)
-
-
-
Field Detail
-
MICROPROFILE_HEALTH_REPORTER_CAPABILITY
public static final String MICROPROFILE_HEALTH_REPORTER_CAPABILITY
- See Also:
- Constant Field Values
-
-
Method Detail
-
start
public void start(org.jboss.msc.service.StartContext context)
- Specified by:
startin interfaceorg.jboss.msc.Service
-
stop
public void stop(org.jboss.msc.service.StopContext context)
- Specified by:
stopin interfaceorg.jboss.msc.Service
-
setOverrideableHealthHandler
public void setOverrideableHealthHandler(io.undertow.server.HttpHandler handler)
-
-