Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.06 KB

Module.md

File metadata and controls

28 lines (16 loc) · 1.06 KB

Module

Service interface coordination logic implementation.

Definition

A service module implements the coordination logic of a service interface.

  • Implements the minimal coordination logic to satisfy the responsibilities of the service interface to achieve the service collaboration

A component uses a module for the software communication interaction. Thus, a module refers to the interface coordination logic used by a component, to maintain the service interface collaboration contract.

A module may be implemented in an appropriate programming language(s), as required by the components. Many components may use a given module.

Organization

Maintainer

Modules are maintained by the team members responsible for implementing the common software communication interactions used by components.