poem.boundary.driver_port.IReactToCommands 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.driver_port;
public interface IReactToCommands{
void reactTo(Object command);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy