API
Enumerations
| Enumeration | Description |
|---|---|
| ProbeType | Types of probe that can be used to check the health of the process: - LIVENESS: used to check if the process is alive - READINESS: used to check if the process is ready to operate - ALL: used to check both liveness and readiness |
| ServiceRequestType | Types of requests that can be received in a Service. This is used to know what method call on the request to answer the requester. |
Classes
| Class | Description |
|---|---|
| Process | - |
| Service | A service that processes requests coming from other VMs connected to the data cloud. |
| ServiceRequest | A request consumed by a service. |
Interfaces
| Interface | Description |
|---|---|
| ServiceConfig | - |
| SubscriptionServiceConfig | - |