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