Package org.gcube.smartgears.handlers.application
-
Interface Summary Interface Description ApplicationHandler<T extends ApplicationHandler<T>> AHandlerofApplicationEvents. -
Class Summary Class Description ApplicationEvent<T extends ApplicationHandler<T>> AnEventthat occurs in the lifetime of the application.ApplicationLifecycleEvent AnApplicationEventthat occurs when the application starts or stops.ApplicationLifecycleEvent.Start AnApplicationEventthat occurs when the application starts.ApplicationLifecycleEvent.Stop AnApplicationEventthat occurs when the application stops.ApplicationLifecycleHandler AHandlerofApplicationLifecycleEvents.ApplicationPipeline<H extends ApplicationHandler<H>> APipelineofApplicationHandlers.RequestEvent AnApplicationEventthat occurs when an application receives a request.RequestHandler ResponseEvent AApplicationEventthat occurs when the application returns a response to a given request.