Skipping Application Services

Learn why you should consider skipping application services in certain use cases.

Aside from the incoming ports, for certain use cases, we might want to skip the application layer as a whole, as the figure below shows.

Skipping application services

Here, the AccountPersistenceAdapter class within an outgoing adapter directly implements an incoming port and replaces the application service that usually implements an incoming port. ...