mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-23 08:25:20 +00:00
#113 Event Driven Architecture
Adds more Javadoc and fixes checkstyle issues.
This commit is contained in:
@@ -7,5 +7,5 @@ import com.iluwatar.eda.event.Event;
|
||||
* of message
|
||||
*/
|
||||
public interface Channel<E extends Message> {
|
||||
void dispatch(E message);
|
||||
void dispatch(Event message);
|
||||
}
|
||||
Reference in New Issue
Block a user