| Package | Description |
|---|---|
| org.gcube.smartgears.handlers.application | |
| org.gcube.smartgears.handlers.container |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationEvent<T extends ApplicationHandler<T>>
An
Event that occurs in the lifetime of the application. |
class |
ApplicationLifecycleEvent
An
ApplicationEvent that occurs when the application starts or stops. |
static class |
ApplicationLifecycleEvent.Start
An
ApplicationEvent that occurs when the application starts. |
static class |
ApplicationLifecycleEvent.Stop
An
ApplicationEvent that occurs when the application stops. |
class |
RequestEvent
An
ApplicationEvent that occurs when an application receives a request. |
class |
ResponseEvent
A
ApplicationEvent that occurs when the application returns a response to a given request. |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerLifecycleEvent
An
Event that occurs in the lifetime of the container. |
static class |
ContainerLifecycleEvent.Start
An
ContainerLifecycleEvent that occurs when the container starts. |
static class |
ContainerLifecycleEvent.Stop
An
ContainerLifecycleEvent that occurs when the container stops. |
Copyright © 2019. All Rights Reserved.