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:
      start in interface org.jboss.msc.Service
    • stop

      public void stop(org.jboss.msc.service.StopContext context)
      Specified by:
      stop in interface org.jboss.msc.Service
    • getValue

      public MicroProfileHealthReporter getValue()
      Specified by:
      getValue in interface org.jboss.msc.value.Value<MicroProfileHealthReporter>