Skip to content

Instantly share code, notes, and snippets.

@MovileGente
Created September 20, 2018 20:41
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 MovileGente/656eb3711aae5931814f556feda63399 to your computer and use it in GitHub Desktop.
Save MovileGente/656eb3711aae5931814f556feda63399 to your computer and use it in GitHub Desktop.
public interface MySink {
String INPUT1 = "input1";
String INPUT2 = "input2";
@Input(Sink.INPUT1)
SubscribableChannel input1();
@Input(Sink.INPUT2)
SubscribableChannel input2();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment