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:r:rpc [2026/07/11 11:14] – removed - external edit (Unknown date) 127.0.0.1 | dido:99_annexes:annex-b-terms-and-definitions:r:rpc [2026/08/04 07:09] (current) – ↷ Links adapted because of a move operation nick_dido | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Remote Procedure Call (RPC) ====== | ||
| + | |||
| + | [[dido: | ||
| + | |||
| + | ===== Discussion ===== | ||
| + | |||
| + | Remote Procedure Call (RPC) is an implementation interface style in which one software component invokes an operation provided by another software component across a process, service, system, or network boundary. | ||
| + | |||
| + | An RPC interface typically presents interactions as named operations with input parameters, output results, errors, and invocation semantics. RPC implementations may use different protocols, data formats, service definitions, | ||
| + | |||
| + | In the FX Demo [[dido: | ||
| + | |||
| + | An RPC interface can realize, expose, or support a logical communication pattern selected by an implementation profile. The logical architecture remains independent of RPC operation names, parameter formats, service definitions, | ||
| + | |||
| + | ===== Definition ===== | ||
| + | |||
| + | // | ||
| + | |||
| + | ===== Source ===== | ||
| + | |||
| + | Generalised from common distributed-systems usage and specialized for use in the FX Demo [[dido: | ||
| + | |||
| + | ===== Note ===== | ||
| + | |||
| + | RPC is not a logical [[dido: | ||
| + | |||
| + | ===== Example ===== | ||
| + | |||
| + | A later implementation profile may use an RPC method to request replay from a replay service, while the logical architecture defines the interaction through the FX Replay Request Endpoint. | ||