Skip to content

Instantly share code, notes, and snippets.

@cdsap
Created August 17, 2019 09:51
Show Gist options
  • Save cdsap/971e1a403858a282db2d0baca7997b55 to your computer and use it in GitHub Desktop.
Save cdsap/971e1a403858a282db2d0baca7997b55 to your computer and use it in GitHub Desktop.
Publisher
interface Publisher {
fun publish(report: ExecutionReport)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment