Uses of Annotation Interface
org.jmolecules.architecture.hexagonal.Port
Packages that use Port
-
Uses of Port in org.jmolecules.architecture.hexagonal
Classes in org.jmolecules.architecture.hexagonal with annotations of type PortModifier and TypeClassDescription@interface
In Hexagonal Architecture anPrimaryPort
describes an interface into an application's core that is exposed to the outside to drive the application.@interface
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.