Skip to content

Instantly share code, notes, and snippets.

@deepanshu42
Created August 27, 2021 07:50
Show Gist options
  • Save deepanshu42/749022c19636d3126ac6f51944df2296 to your computer and use it in GitHub Desktop.
Save deepanshu42/749022c19636d3126ac6f51944df2296 to your computer and use it in GitHub Desktop.
val configuration = Courier.Configuration(
client = mqttClient,
streamAdapterFactories = listOf(RxJava2StreamAdapterFactory()),
messageAdapterFactories = listOf(MoshiMessageAdapter.Factory())
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment