| Interface | Description |
|---|---|
| ApplicationHandler<T extends ApplicationHandler<T>> |
A
Handler of ApplicationEvents. |
| Class | Description |
|---|---|
| ApplicationEvent<T extends ApplicationHandler<T>> |
An
Event that occurs in the lifetime of the application. |
| ApplicationLifecycleEvent |
An
ApplicationEvent that occurs when the application starts or stops. |
| ApplicationLifecycleEvent.Start |
An
ApplicationEvent that occurs when the application starts. |
| ApplicationLifecycleEvent.Stop |
An
ApplicationEvent that occurs when the application stops. |
| ApplicationLifecycleHandler |
A
Handler of ApplicationLifecycleEvents. |
| ApplicationPipeline<H extends ApplicationHandler<H>> |
A
Pipeline of ApplicationHandlers. |
| RequestEvent |
An
ApplicationEvent that occurs when an application receives a request. |
| RequestHandler | |
| ResponseEvent |
A
ApplicationEvent that occurs when the application returns a response to a given request. |
Copyright © 2016. All Rights Reserved.