public class HealthContextService extends Object implements org.jboss.msc.Service
| Modifier and Type | Field and Description |
|---|---|
static String |
MICROPROFILE_HEALTH_REPORTER_CAPABILITY |
| Modifier and Type | Method and Description |
|---|---|
void |
setOverrideableHealthHandler(io.undertow.server.HttpHandler handler) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public static final String MICROPROFILE_HEALTH_REPORTER_CAPABILITY
public void start(org.jboss.msc.service.StartContext context)
start in interface org.jboss.msc.Servicepublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Servicepublic void setOverrideableHealthHandler(io.undertow.server.HttpHandler handler)
Copyright © 2022 JBoss by Red Hat. All rights reserved.