Class ApacheServerlessApplication

java.lang.Object
io.micronaut.http.poja.PojaHttpServerlessApplication<ApacheServletHttpRequest<?>,io.micronaut.http.poja.apache.ApacheServletHttpResponse<?>>
io.micronaut.http.poja.apache.ApacheServerlessApplication
All Implemented Interfaces:
io.micronaut.context.ApplicationContextLifeCycle<PojaHttpServerlessApplication<ApacheServletHttpRequest<?>,io.micronaut.http.poja.apache.ApacheServletHttpResponse<?>>>, io.micronaut.context.ApplicationContextProvider, io.micronaut.context.LifeCycle, io.micronaut.runtime.EmbeddedApplication<PojaHttpServerlessApplication<ApacheServletHttpRequest<?>,io.micronaut.http.poja.apache.ApacheServletHttpResponse<?>>>, Closeable, AutoCloseable

@Singleton public class ApacheServerlessApplication extends PojaHttpServerlessApplication<ApacheServletHttpRequest<?>,io.micronaut.http.poja.apache.ApacheServletHttpResponse<?>>
Implementation of PojaHttpServerlessApplication for Apache.
Since:
4.10.0
Author:
Andriy Dmytruk.
  • Constructor Details

    • ApacheServerlessApplication

      public ApacheServerlessApplication(io.micronaut.context.ApplicationContext applicationContext, io.micronaut.runtime.ApplicationConfiguration applicationConfiguration)
      Default constructor.
      Parameters:
      applicationContext - The application context
      applicationConfiguration - The application configuration
  • Method Details