All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
<T> Collection<Binding<T>> |
bindConsumer(T input,
String inputName) |
<T> Binding<T> |
bindProducer(T output,
String outputName) |
<T> Binding<T> |
doBindConsumer(T input,
String inputName,
Binder<T,ConsumerProperties,?> binder,
ConsumerProperties consumerProperties,
String target) |
<T> Binding<T> |
doBindPollableConsumer(T input,
String inputName,
Binder<T,ConsumerProperties,?> binder,
ConsumerProperties consumerProperties,
String target) |
<T> Binding<T> |
doBindProducer(T output,
String bindingTarget,
Binder<T,?,ProducerProperties> binder,
ProducerProperties producerProperties) |
protected <T> Binder<T,?,?> |
getBinder(String channelName,
Class<T> bindableType) |
BindingServiceProperties |
getBindingServiceProperties() |
Object |
getExtendedProducerProperties(Object output,
String outputName) |
<T> void |
rescheduleConsumerBinding(T input,
String inputName,
Binder<T,ConsumerProperties,?> binder,
ConsumerProperties consumerProperties,
String target,
BindingService.LateBinding<T> late,
RuntimeException exception) |
<T> void |
reschedulePollableConsumerBinding(T input,
String inputName,
Binder<T,ConsumerProperties,?> binder,
ConsumerProperties consumerProperties,
String target,
BindingService.LateBinding<T> late,
RuntimeException exception) |
<T> void |
rescheduleProducerBinding(T output,
String bindingTarget,
Binder<T,?,ProducerProperties> binder,
ProducerProperties producerProperties,
BindingService.LateBinding<T> late,
RuntimeException exception) |
void |
unbindConsumers(String inputName) |
void |
unbindProducers(String outputName) |