Skip to main content
Version: 2.10

API

Enumerations

EnumerationDescription
ProbeTypeTypes 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
ServiceRequestTypeTypes 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

ClassDescription
Process-
ServiceA service that processes requests coming from other VMs connected to the data cloud.
ServiceRequestA request consumed by a service.

Interfaces

InterfaceDescription
ServiceConfig-
SubscriptionServiceConfig-