Package | Description |
---|---|
org.springframework.cloud.stream.binder | |
org.springframework.cloud.stream.binding | |
org.springframework.cloud.stream.endpoint |
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) |
default Binding<PollableSource<H>> |
PollableConsumerBinder.bindPollableConsumer(String name,
String group,
PollableSource<H> inboundBindTarget,
C consumerProperties)
Configure a binding for a pollable message source.
|
Binding<PollableSource<org.springframework.messaging.MessageHandler>> |
AbstractMessageChannelBinder.bindPollableConsumer(String name,
String group,
PollableSource<org.springframework.messaging.MessageHandler> inboundBindTarget,
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) |
Constructor and Description |
---|
BindingCreatedEvent(Binding<?> source) |
Modifier and Type | Method and Description |
---|---|
<T> Binding<T> |
BindingService.bindProducer(T output,
String outputName) |
<T> Binding<T> |
BindingService.doBindConsumer(T input,
String inputName,
Binder<T,ConsumerProperties,?> binder,
ConsumerProperties consumerProperties,
String target) |
<T> Binding<T> |
BindingService.doBindPollableConsumer(T input,
String inputName,
Binder<T,ConsumerProperties,?> binder,
ConsumerProperties consumerProperties,
String target) |
<T> Binding<T> |
BindingService.doBindProducer(T output,
String bindingTarget,
Binder<T,?,ProducerProperties> binder,
ProducerProperties producerProperties) |
Modifier and Type | Method and Description |
---|---|
<T> Collection<Binding<T>> |
BindingService.bindConsumer(T input,
String inputName) |
Collection<Binding<Object>> |
BindableProxyFactory.createAndBindInputs(BindingService bindingService) |
default Collection<Binding<Object>> |
Bindable.createAndBindInputs(BindingService adapter)
Binds all the inputs associated with this instance.
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicDestinationsBindable.addOutputBinding(String name,
Binding<?> binding) |
Modifier and Type | Method and Description |
---|---|
Binding<?> |
BindingsEndpoint.queryState(String name) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.