| Interface | Description |
|---|---|
| GatewaySessionManager | |
| MessageFilter |
A MessageFilter is installed on a ClientReqSession to allow the filtering of various operations.
|
| SessionLifecycleAttribute |
Session values that implement this interface will be started up and shut down with the session's lifecycle.
|
| Class | Description |
|---|---|
| ClientReqSession | |
| Message |
A Message represents a request from an Ignition client or designer.
|
| MessageFilterResponse |
| Annotation Type | Description |
|---|---|
| AsyncFunction |
This annotation is used to mark functions that should execute asynchronously on the gateway side.
|
| ClientProtected |
Used to mark gateway methods that can have role-based restrictions on client access.
|