Skip to content

Instantly share code, notes, and snippets.

@gadieichhorn
Created May 5, 2019 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gadieichhorn/6c738568308aa2f24224ef93dc4ec323 to your computer and use it in GitHub Desktop.
Save gadieichhorn/6c738568308aa2f24224ef93dc4ec323 to your computer and use it in GitHub Desktop.
public interface MessageBus {
void publish(Message message);
void subscribe(Observer<Message> observer);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment