Created
August 17, 2019 09:51
-
-
Save cdsap/971e1a403858a282db2d0baca7997b55 to your computer and use it in GitHub Desktop.
Publisher
This file contains 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 Publisher { | |
fun publish(report: ExecutionReport) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment