Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| dido:99_annexes:annex-b-terms-and-definitions:c:communication_endpoint [2026/07/11 11:14] – removed - external edit (Unknown date) 127.0.0.1 | dido:99_annexes:annex-b-terms-and-definitions:c:communication_endpoint [2026/07/18 12:33] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Communication Endpoint ====== | ||
| + | [[dido: | ||
| + | |||
| + | ===== Discussion ===== | ||
| + | |||
| + | A Communication Endpoint identifies a point of information exchange used by one or more Nodes. It gives the architecture a way to describe where information moves without requiring a specific communication technology. | ||
| + | |||
| + | A Node may publish to, subscribe to, send through, receive through, expose, consume, or otherwise use a Communication Endpoint. A Communication Endpoint may carry Data Structure Instances, control instructions, | ||
| + | |||
| + | A Communication Endpoint exists at the conceptual level. Later parts may realize a Communication Endpoint as a DDS Topic, API endpoint, service interface, message queue, event stream, file exchange point, gateway interface, or other exchange mechanism. | ||
| + | |||
| + | ===== Definition ===== | ||
| + | |||
| + | //point of information exchange used by one or more Nodes// | ||
| + | |||
| + | ===== Source ===== | ||
| + | |||
| + | Adapted from FX Demo Reference Architecture, | ||
| + | |||
| + | ===== Note ===== | ||
| + | |||
| + | A Communication Endpoint is not a Node, Data Structure Definition, Data Structure Instance, Runtime Plane, or deployment artifact. | ||
| + | |||
| + | ===== Example ===== | ||
| + | |||
| + | A later DDS-based implementation profile may realize a cash-flow Communication Endpoint as a DDS Topic that carries cash-flow obligation instances. | ||