Hexagonal architecture (software): Difference between revisions

Content deleted Content added
TyWMick (talk | contribs)
m Separate sections
Line 17:
* in an extreme case, there could be a different port for every [[use case]], if needed.
 
[[Adapter pattern|Adapters]] are the glue between components and the outside world. They tailor the exchanges between the external world and the ports that represent the requirements of the inside of the application component. There can be several adapters for one port, for example if, data can be provided by a user through a GUI or a command-line interface, by an automated data source, or by test scripts.
 
== Criticism ==