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 Details

    • RunnableApplication

      public RunnableApplication(List<Closeable> closeTasks, org.jboss.resteasy.reactive.server.handlers.RestInitialHandler initialHandler, org.jboss.resteasy.reactive.server.core.Deployment deployment, String path)
  • Method Details

    • getDeployment

      public org.jboss.resteasy.reactive.server.core.Deployment getDeployment()
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
    • getPath

      public String getPath()
    • getInitialHandler

      public org.jboss.resteasy.reactive.server.handlers.RestInitialHandler getInitialHandler()