| Interface | Description |
|---|---|
| Action |
It is user-defined function which implements custom data processing logic executed as one step using the parameters in the context.
|
| Connector |
Connectors are responsible for interaction with the environment, for example, by receiving events and sending events.
|
| Class | Description |
|---|---|
| ConnectorBase | |
| Context |
This class contains parameters for data processing operations and it is also supposed to contain output results.
|
| Server | |
| Task |
It is a sequence of actions and one context which can be executed by the server within one thread.
|