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
-
Field Summary
Fields inherited from interface org.jboss.msc.Service
NULL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.service.SimpleServiceNameProvider
equals, getServiceName, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
Constructor Details
-
OpenAPIHttpHandlerServiceConfigurator
-
-
Method Details
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target) - Specified by:
buildin interfaceServiceConfigurator
-
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
-