Package | Description |
---|---|
org.springframework.cloud.stream.binder | |
org.springframework.cloud.stream.binding |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBinding<T>
Default implementation for a
Binding . |
Modifier and Type | Method and Description |
---|---|
Binding<T> |
Binder.bindConsumer(String name,
String group,
T inboundBindTarget,
C consumerProperties)
Bind the target component as a message consumer to the logical entity identified by the name.
|
Binding<T> |
AbstractBinder.bindConsumer(String name,
String group,
T target,
C properties) |
Binding<T> |
Binder.bindProducer(String name,
T outboundBindTarget,
P producerProperties)
Bind the target component as a message producer to the logical entity identified by the name.
|
Binding<T> |
AbstractBinder.bindProducer(String name,
T outboundBindTarget,
P properties) |
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.
|
protected abstract Binding<T> |
AbstractBinder.doBindConsumer(String name,
String group,
T inputTarget,
C properties) |
Binding<org.springframework.messaging.MessageChannel> |
AbstractMessageChannelBinder.doBindProducer(String destination,
org.springframework.messaging.MessageChannel outputChannel,
P producerProperties)
Binds an outbound channel to a given destination.
|
protected abstract Binding<T> |
AbstractBinder.doBindProducer(String name,
T outboundBindTarget,
P properties) |
Modifier and Type | Method and Description |
---|---|
Binding<org.springframework.messaging.MessageChannel> |
ChannelBindingService.bindProducer(org.springframework.messaging.MessageChannel outputChannel,
String outputChannelName) |
Modifier and Type | Method and Description |
---|---|
Collection<Binding<org.springframework.messaging.MessageChannel>> |
ChannelBindingService.bindConsumer(org.springframework.messaging.MessageChannel inputChannel,
String inputChannelName) |
Modifier and Type | Method and Description |
---|---|
void |
DynamicDestinationsBindable.addOutputBinding(String name,
Binding binding) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.