Skip to content

Instantly share code, notes, and snippets.

@2hamed
Created September 24, 2019 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 2hamed/66b135dcd95df099dd2f32701e05a0c1 to your computer and use it in GitHub Desktop.
Save 2hamed/66b135dcd95df099dd2f32701e05a0c1 to your computer and use it in GitHub Desktop.
Flowable.interval(10, TimeUnit.SECONDS)
.flatMap {api.getJson()}
.subscribe({
// do something with response
}, {
// log the error
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment