support for binding descriptors per channel name
This commit is contained in:
committed by
Mark Fisher
parent
70e1ff006c
commit
37204febe2
@@ -1,5 +1,6 @@
|
||||
spring:
|
||||
cloud:
|
||||
stream:
|
||||
inputChannelName: testtock
|
||||
bindings:
|
||||
input: testtock
|
||||
|
||||
@@ -2,5 +2,6 @@ fixedDelay: 5000
|
||||
spring:
|
||||
cloud:
|
||||
stream:
|
||||
outputChannelName: testtock
|
||||
bindings:
|
||||
output: testtock
|
||||
|
||||
Reference in New Issue
Block a user