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 |
---|---|
<T> Binding<T> |
BindingService.bindProducer(T output,
String outputName) |
Modifier and Type | Method and Description |
---|---|
<T> Collection<Binding<T>> |
BindingService.bindConsumer(T input,
String inputName) |
Modifier and Type | Method and Description |
---|---|
void |
DynamicDestinationsBindable.addOutputBinding(String name,
Binding binding) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.