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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MicroProfileHealthReportergetValue()voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)
-
-
-
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
-
getValue
public MicroProfileHealthReporter getValue()
- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<MicroProfileHealthReporter>
-
-