Skip to content

Instantly share code, notes, and snippets.

@abohomol
Created October 25, 2018 12:11
Show Gist options
  • Save abohomol/d5fc2dcb0d1a1c4be67826502deb30b0 to your computer and use it in GitHub Desktop.
Save abohomol/d5fc2dcb0d1a1c4be67826502deb30b0 to your computer and use it in GitHub Desktop.
interface CommunicationChannel {
@Throws(IOException::class)
fun connect(credentials: Credentials)
fun disconnect()
fun getChannelDescription(): Description
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment