See: Description
| Class | Description |
|---|---|
| RestAction<T extends RuntimePlatform> |
A generic REST action.
|
| RestGetAction<T extends RuntimePlatform> |
A generic REST GET action.
|
| RestPostAction<T extends RuntimePlatform> |
A generic REST POST action.
|
| RuntimeAction<T extends RuntimePlatform> |
The concrete implementation of an
ActionDefinition definition. |
| RuntimeActionResult |
Stores the result of a computation and provides utility methods to manipulate it.
|
| RuntimeArtifactAction<T extends RuntimePlatform> |
An abstract
RuntimeAction. |
| RuntimeMessageAction<T extends RuntimePlatform> |
An abstract
RuntimeAction processing a message. |
| Enum | Description |
|---|---|
| RestAction.MethodKind |
The kind of REST methods supported by this class.
|
This package contains utility classes to implement regular actions, message-based actions, and provides a wrapper for action result. These classes are implemented by Xatkit plugins, and dynamically instantiated by the core components.
com.xatkit.core,
com.xatkit.pluginsCopyright © 2020 SOM Research Lab. All rights reserved.