Answers
- The
Framework hexagon
module depends on the Domain and Application hexagons’ Java modules. - We create output adapters to enable the hexagonal system to connect to external data sources.
- It’s the use case interface.
- Because the input adapters depend on the components provided by the Domain and Application hexagons.