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/b0a6897550fdcb8e893aedf630cdc38b to your computer and use it in GitHub Desktop.
Save danielkec/b0a6897550fdcb8e893aedf630cdc38b to your computer and use it in GitHub Desktop.
@Incoming("to-connector-channel")
public void consumeInt(Integer value) {
System.out.println("Consuming Integer: " + value);
}
> Consuming Integer: 1
> Consuming Integer: 2
> Consuming Integer: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment