poem.boundary.driven_port.IObtainPoems Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of poem-hexagon Show documentation
Show all versions of poem-hexagon Show documentation
A simple example for a hexagonal architecture.
package poem.boundary.driven_port;
/**
* Driven, right side port for obtaining poems, e.g. from a repository outside
* the hexagon.
*
* @author b_muth
*
*/
public interface IObtainPoems {
String[] getMePoems(String language);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy