Uses of Annotation Type
org.jmolecules.architecture.hexagonal.Adapter
Packages that use Adapter
-
Uses of Adapter in org.jmolecules.architecture.hexagonal
Classes in org.jmolecules.architecture.hexagonal with annotations of type AdapterModifier and TypeClassDescription@interface
APrimaryAdapter
connects the outside of an application to anPrimaryPort
exposed by the application's core.@interface
SecondaryAdapter
s implementSecondaryPort
to ultimately link the applications core to some extrenal technology, like a database, message broker, email server or third-party service.