Skip to content

Instantly share code, notes, and snippets.

@codingtim
Created June 4, 2015 08:16
Show Gist options
  • Save codingtim/2fe36308824fed437575 to your computer and use it in GitHub Desktop.
Save codingtim/2fe36308824fed437575 to your computer and use it in GitHub Desktop.
SI subscribable channel
IntegrationFlows
.from(inboundChannel())
.transform(...)
.filter(...)
.channel(subscribableChannel())
.get();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment