Last active
October 1, 2019 11:50
-
-
Save zarinfam/68d8a60380c6dfddd3e34fc35de572aa to your computer and use it in GitHub Desktop.
Created with Copy to Gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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