Uses of Class
org.jmolecules.architecture.hexagonal.Port
-
Packages that use Port Package Description org.jmolecules.architecture.hexagonal -
-
Uses of Port in org.jmolecules.architecture.hexagonal
Classes in org.jmolecules.architecture.hexagonal with annotations of type Port Modifier and Type Class Description interface
PrimaryPort
In Hexagonal Architecture anPrimaryPort
describes an interface into an application's core that is exposed to the outside to drive the application.interface
SecondaryPort
AnSecondaryPort
describes abstractions that describes interfaces to the outside that are driven by the application's core, like a repository (to interact with a database) or a message publisher.
-