Class ApacheServerlessApplication

All Implemented Interfaces:
io.micronaut.context.ApplicationContextLifeCycle<PojaHttpServerlessApplication<ApacheServletHttpRequest<?>,ApacheServletHttpResponse<?>>>, io.micronaut.context.ApplicationContextProvider, io.micronaut.context.LifeCycle, io.micronaut.runtime.EmbeddedApplication<PojaHttpServerlessApplication<ApacheServletHttpRequest<?>,ApacheServletHttpResponse<?>>>, Closeable, AutoCloseable

@Singleton public class ApacheServerlessApplication extends PojaHttpServerlessApplication<ApacheServletHttpRequest<?>,ApacheServletHttpResponse<?>>
Implementation of PojaHttpServerlessApplication for Apache.
Since:
4.10.0
Author:
Andriy Dmytruk.