@Retention(value=CLASS) @Target(value={PACKAGE,TYPE}) @Documented public @interface Port
Port defines an entry point into the Application that can either drive it (see PrimaryPort)
or be driven by the application (see SecondaryPort). They are the interface with which the application
interacts with the outside world. Ports are implemented by Adapter using particular integration
technology.Adapter,
Application,
PrimaryPort,
SecondaryPort| Modifier and Type | Optional Element and Description |
|---|---|
String |
description
A description of the
Port. |
String |
name
|
Copyright © 2023. All rights reserved.