Uses of Annotation Interface
org.jmolecules.architecture.hexagonal.Adapter
-
Uses of Adapter in org.jmolecules.architecture.hexagonal
Classes in org.jmolecules.architecture.hexagonal with annotations of type AdapterModifier and TypeClassDescription@interfaceAPrimaryAdapterconnects the outside of an application to anPrimaryPortexposed by the application's core.@interfaceSecondaryAdapters implementSecondaryPortto ultimately link the applications core to some extrenal technology, like a database, message broker, email server or third-party service.