Skip to content

Instantly share code, notes, and snippets.

@zarinfam
Last active October 1, 2019 11:50
Show Gist options
  • Save zarinfam/68d8a60380c6dfddd3e34fc35de572aa to your computer and use it in GitHub Desktop.
Save zarinfam/68d8a60380c6dfddd3e34fc35de572aa to your computer and use it in GitHub Desktop.
Created with Copy to Gist
interface LogReader {
List<String> read();
}
interface LogStreamer {
void stream(String message);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment