Class ResteasyReactiveDeploymentManager.RunnableApplication
java.lang.Object
org.jboss.resteasy.reactive.server.processor.ResteasyReactiveDeploymentManager.RunnableApplication
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
ResteasyReactiveDeploymentManager
public static class ResteasyReactiveDeploymentManager.RunnableApplication
extends Object
implements AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionRunnableApplication(List<Closeable> closeTasks, RestInitialHandler initialHandler, Deployment deployment, String path) -
Method Summary
-
Constructor Details
-
RunnableApplication
public RunnableApplication(List<Closeable> closeTasks, RestInitialHandler initialHandler, Deployment deployment, String path)
-
-
Method Details
-
getDeployment
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
getPath
-
getInitialHandler
-