Class OpenAPIHttpHandlerServiceConfigurator
- java.lang.Object
-
- org.wildfly.clustering.service.SimpleServiceNameProvider
-
- org.wildfly.extension.microprofile.openapi.deployment.OpenAPIHttpHandlerServiceConfigurator
-
- All Implemented Interfaces:
org.jboss.msc.Service,org.wildfly.clustering.service.ServiceConfigurator,org.wildfly.clustering.service.ServiceNameProvider
public class OpenAPIHttpHandlerServiceConfigurator extends org.wildfly.clustering.service.SimpleServiceNameProvider implements org.wildfly.clustering.service.ServiceConfigurator, org.jboss.msc.ServiceService that registers the OpenAPI HttpHandler.- Author:
- Paul Ferraro, Michael Edgar
-
-
Constructor Summary
Constructors Constructor Description OpenAPIHttpHandlerServiceConfigurator(OpenAPIServiceNameProvider provider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.msc.service.ServiceBuilder<?>build(org.jboss.msc.service.ServiceTarget target)voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)-
Methods inherited from class org.wildfly.clustering.service.SimpleServiceNameProvider
equals, getServiceName, hashCode, toString
-
-
-
-
Constructor Detail
-
OpenAPIHttpHandlerServiceConfigurator
public OpenAPIHttpHandlerServiceConfigurator(OpenAPIServiceNameProvider provider)
-
-
Method Detail
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
- Specified by:
buildin interfaceorg.wildfly.clustering.service.ServiceConfigurator
-
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
-
-