Package | Description |
---|---|
org.springframework.cloud.stream.binder |
Modifier and Type | Method and Description |
---|---|
Binding<org.springframework.messaging.MessageChannel> |
AbstractMessageChannelBinder.doBindConsumer(String name,
String group,
org.springframework.messaging.MessageChannel inputChannel,
C properties)
Binds an inbound channel to a given destination.
|
Binding<org.springframework.messaging.MessageChannel> |
AbstractMessageChannelBinder.doBindProducer(String destination,
org.springframework.messaging.MessageChannel outputChannel,
P producerProperties)
Binds an outbound channel to a given destination.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.