@@ -490,7 +490,7 @@ public class ModuleApplicationTests {
Note
-In this case there is only one Source in the application context so there is no need to qualify it when it is autowired. If there is ambiguity, e.g. if you are composing one module from some others, you can use @ModuleChannels qualifier to inject a specific channel set. The @ModuleChannels qualifier takes a parameter which is the class that carries the @EnableModule annotation (in this case the TimerSource).
+In this case there is only one Source in the application context so there is no need to qualify it when it is autowired. If there is ambiguity, e.g. if you are composing one module from some others, you can use @Bindings qualifier to inject a specific channel set. The @Bindings qualifier takes a parameter which is the class that carries the @EnableBinding annotation (in this case the TimerSource).
|
@@ -582,7 +582,7 @@ The main set of samples are "vanilla" in the sense that they are not deployable