Skip to content

Instantly share code, notes, and snippets.

@odedia
Created May 18, 2018 19:46
Show Gist options
  • Select an option

  • Save odedia/ab03c9f0f3671b3342b116f038380f48 to your computer and use it in GitHub Desktop.

Select an option

Save odedia/ab03c9f0f3671b3342b116f038380f48 to your computer and use it in GitHub Desktop.
public interface MyBeerOutput {
String OUTPUT = "output";
@Output(Source.OUTPUT)
MessageChannel output();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment