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 interfacePrimaryAdapterAPrimaryAdapterconnects the outside of an application to anPrimaryPortexposed by the application's core.interfaceSecondaryAdapterSecondaryAdapters implementSecondaryPortto ultimately link the applications core to some extrenal technology, like a database, message broker, email server or third-party service.
-