Class OpenAPIHttpHandlerServiceConfigurator

java.lang.Object
org.wildfly.clustering.service.SimpleServiceNameProvider
org.wildfly.extension.microprofile.openapi.deployment.OpenAPIHttpHandlerServiceConfigurator
All Implemented Interfaces:
org.jboss.msc.Service, ServiceConfigurator, ServiceNameProvider

public class OpenAPIHttpHandlerServiceConfigurator extends SimpleServiceNameProvider implements ServiceConfigurator, org.jboss.msc.Service
Service that registers the OpenAPI HttpHandler.
Author:
Paul Ferraro, Michael Edgar
  • Constructor Details

  • Method Details

    • build

      public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
      Specified by:
      build in interface ServiceConfigurator
    • 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