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
Constructors Constructor Description RunnableApplication(List<Closeable> closeTasks, RestInitialHandler initialHandler, Deployment deployment, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()DeploymentgetDeployment()RestInitialHandlergetInitialHandler()StringgetPath()
-
-
-
Constructor Detail
-
RunnableApplication
public RunnableApplication(List<Closeable> closeTasks, RestInitialHandler initialHandler, Deployment deployment, String path)
-
-
Method Detail
-
getDeployment
public Deployment getDeployment()
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable
-
getPath
public String getPath()
-
getInitialHandler
public RestInitialHandler getInitialHandler()
-
-