Skip to content

Instantly share code, notes, and snippets.

@danielkec
Created March 20, 2020 13:43
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 danielkec/4ed628a43fa1f0b988e2a4843d687b0d to your computer and use it in GitHub Desktop.
Save danielkec/4ed628a43fa1f0b988e2a4843d687b0d to your computer and use it in GitHub Desktop.
@Outgoing("from-connector-channel")
public Publisher<Integer> produceInts() {
return Flowable.just(1, 2, 3);
}
> Connector says: 1
> Connector says: 2
> Connector says: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment