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 interfacePrimaryPortIn Hexagonal Architecture anPrimaryPortdescribes an interface into an application's core that is exposed to the outside to drive the application.interfaceSecondaryPortAnSecondaryPortdescribes 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.
-