Class MicroProfileHealthReporterService
java.lang.Object
org.wildfly.extension.microprofile.health.MicroProfileHealthReporterService
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<MicroProfileHealthReporter>,org.jboss.msc.value.Value<MicroProfileHealthReporter>
public class MicroProfileHealthReporterService
extends Object
implements org.jboss.msc.service.Service<MicroProfileHealthReporter>
- Author:
- Jeff Mesnil (c) 2018 Red Hat inc., Richard Opalka
-
Method Details
-
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
-
getValue
- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<MicroProfileHealthReporter>
-