Skip to content

Instantly share code, notes, and snippets.

@JohnChangUK
Created January 9, 2021 13:50
Show Gist options
  • Save JohnChangUK/55d5b005fa4e8658fa3cafcc8ce689f2 to your computer and use it in GitHub Desktop.
Save JohnChangUK/55d5b005fa4e8658fa3cafcc8ce689f2 to your computer and use it in GitHub Desktop.
EventConsumer
public interface EventConsumer<T extends Event> {
void consumeEvent(T event);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment