Preview of the proposed up-rust native-frame-model branch (up-rust b6b99c6d, up-spec f0e9b17) — not released documentation. branch · write-up

Module symphony

Source
Expand description

Types and helpers that allow implementing an Eclipse Symphony™ Target Provider as a uService exposed via the Communication Layer API’s RpcServer.

Modules§

__mock_MockDeploymentTarget
__mock_MockDeploymentTarget_DeploymentTarget

Structs§

MockDeploymentTarget
Deployment-side hooks a symphony target implements to apply resource changes.

Constants§

METHOD_DELETE_RESOURCE_ID
Resource id of the symphony delete method.
METHOD_GET_RESOURCE_ID
Resource id of the symphony get method.
METHOD_UPDATE_RESOURCE_ID
Resource id of the symphony update method.

Traits§

DeploymentTarget
Deployment-side hooks a symphony target implements to apply resource changes.

Functions§

register_target_provider_endpoints
Registers RPC endpoints for managing a deployment target via Eclipse Symphony’s uProtocol Target Provider.