Uses of Package
org.jmolecules.architecture.hexagonal
Packages that use org.jmolecules.architecture.hexagonal
-
Classes in org.jmolecules.architecture.hexagonal used by org.jmolecules.architecture.hexagonalClassDescription
Adapter
s contain technology specific implementations to either drive (seePrimaryPort
) or implementPort
s (seeSecondaryPort
).APort
defines an entry point into theApplication
that can either drive it (seePrimaryPort
) or be driven by the application (seeSecondaryPort
).