- Bindable - Interface in org.springframework.cloud.stream.binding
-
Marker interface for instances that can bind/unbind groups of inputs and outputs.
- BindableAdapter - Class in org.springframework.cloud.stream.binding
-
Default adapter implementation for .
- BindableAdapter() - Constructor for class org.springframework.cloud.stream.binding.BindableAdapter
-
- BindableProxyFactory - Class in org.springframework.cloud.stream.binding
-
FactoryBean
for instantiating the interfaces specified via
EnableBinding
- BindableProxyFactory(Class<?>) - Constructor for class org.springframework.cloud.stream.binding.BindableProxyFactory
-
- bindConsumer(String, String, T, C) - Method in class org.springframework.cloud.stream.binder.AbstractBinder
-
- bindConsumer(String, String, T, C) - Method in interface org.springframework.cloud.stream.binder.Binder
-
Bind the target component as a message consumer to the logical entity identified by
the name.
- bindConsumer(T, String) - Method in class org.springframework.cloud.stream.binding.BindingService
-
- Binder<T,C extends ConsumerProperties,P extends ProducerProperties> - Interface in org.springframework.cloud.stream.binder
-
A strategy interface used to bind an app interface to a logical name.
- BINDER_ORIGINAL_CONTENT_TYPE - Static variable in class org.springframework.cloud.stream.binder.BinderHeaders
-
Indicates the original content type of a message that has been transformed in a
native transport format.
- BinderAwareChannelResolver - Class in org.springframework.cloud.stream.binding
-
A DestinationResolver
implementation that
resolves the channel from the bean factory and, if not present, creates a new channel
and adds it to the factory after binding it to the binder.
- BinderAwareChannelResolver(BindingService, AbstractBindingTargetFactory<? extends MessageChannel>, DynamicDestinationsBindable) - Constructor for class org.springframework.cloud.stream.binding.BinderAwareChannelResolver
-
- binderAwareChannelResolver(BindingService, AbstractBindingTargetFactory<? extends MessageChannel>, DynamicDestinationsBindable) - Method in class org.springframework.cloud.stream.config.BindingServiceConfiguration
-
- BinderAwareRouterBeanPostProcessor - Class in org.springframework.cloud.stream.binding
-
- BinderAwareRouterBeanPostProcessor(DestinationResolver<MessageChannel>) - Constructor for class org.springframework.cloud.stream.binding.BinderAwareRouterBeanPostProcessor
-
- binderAwareRouterBeanPostProcessor(ConfigurableListableBeanFactory) - Method in class org.springframework.cloud.stream.config.BindingServiceConfiguration.PostProcessorConfiguration
-
- BinderConfiguration - Class in org.springframework.cloud.stream.binder
-
- BinderConfiguration(BinderType, Properties, boolean, boolean) - Constructor for class org.springframework.cloud.stream.binder.BinderConfiguration
-
- BinderException - Exception in org.springframework.cloud.stream.binder
-
Exception thrown to indicate a binder error (most likely a configuration error).
- BinderException(String) - Constructor for exception org.springframework.cloud.stream.binder.BinderException
-
- BinderException(String, Throwable) - Constructor for exception org.springframework.cloud.stream.binder.BinderException
-
- BinderFactory - Interface in org.springframework.cloud.stream.binder
-
- binderFactory() - Method in class org.springframework.cloud.stream.config.BinderFactoryConfiguration
-
- BinderFactoryConfiguration - Class in org.springframework.cloud.stream.config
-
- BinderFactoryConfiguration() - Constructor for class org.springframework.cloud.stream.config.BinderFactoryConfiguration
-
- BinderHeaders - Class in org.springframework.cloud.stream.binder
-
Spring Integration message headers for Spring Cloud Stream.
- binderHealthIndicator(RabbitTemplate) - Method in class org.springframework.cloud.stream.binder.rabbit.config.RabbitServiceAutoConfiguration.RabbitHealthIndicatorConfiguration
-
- BinderProperties - Class in org.springframework.cloud.stream.config
-
Contains the properties of a binder.
- BinderProperties() - Constructor for class org.springframework.cloud.stream.config.BinderProperties
-
- bindersHealthIndicator() - Method in class org.springframework.cloud.stream.config.BindersHealthIndicatorAutoConfiguration
-
- BindersHealthIndicatorAutoConfiguration - Class in org.springframework.cloud.stream.config
-
- BindersHealthIndicatorAutoConfiguration() - Constructor for class org.springframework.cloud.stream.config.BindersHealthIndicatorAutoConfiguration
-
- bindersHealthIndicatorListener(CompositeHealthIndicator) - Method in class org.springframework.cloud.stream.config.BindersHealthIndicatorAutoConfiguration
-
- BinderType - Class in org.springframework.cloud.stream.binder
-
References one or more
Configuration
-annotated classes which
provide a context definition which contains exactly one
Binder
, typically for a
given type of system (e.g.
- BinderType(String, Class<?>[]) - Constructor for class org.springframework.cloud.stream.binder.BinderType
-
- BinderTypeRegistry - Interface in org.springframework.cloud.stream.binder
-
- binderTypeRegistry(ConfigurableApplicationContext) - Method in class org.springframework.cloud.stream.config.BinderFactoryConfiguration
-
- Binding<T> - Interface in org.springframework.cloud.stream.binder
-
Represents a binding between an input or output and an adapter endpoint that connects
via a Binder.
- BindingBeanDefinitionRegistryUtils - Class in org.springframework.cloud.stream.binding
-
Utility class for registering bean definitions for binding targets.
- BindingBeanDefinitionRegistryUtils() - Constructor for class org.springframework.cloud.stream.binding.BindingBeanDefinitionRegistryUtils
-
- BindingBeansRegistrar - Class in org.springframework.cloud.stream.config
-
- BindingBeansRegistrar() - Constructor for class org.springframework.cloud.stream.config.BindingBeansRegistrar
-
- BindingCleaner - Interface in org.springframework.cloud.stream.binder
-
Interface for implementations that perform cleanup for binders.
- BindingProperties - Class in org.springframework.cloud.stream.config
-
Contains the properties of a binding.
- BindingProperties() - Constructor for class org.springframework.cloud.stream.config.BindingProperties
-
- Bindings - Annotation Type in org.springframework.cloud.stream.annotation
-
- BindingService - Class in org.springframework.cloud.stream.binding
-
Handles binding of input/output targets by delegating to an underlying
Binder
.
- BindingService(BindingServiceProperties, BinderFactory) - Constructor for class org.springframework.cloud.stream.binding.BindingService
-
- bindingService(BindingServiceProperties, BinderFactory) - Method in class org.springframework.cloud.stream.config.BindingServiceConfiguration
-
- BindingServiceConfiguration - Class in org.springframework.cloud.stream.config
-
Configuration class that provides necessary beans for MessageChannel
binding.
- BindingServiceConfiguration() - Constructor for class org.springframework.cloud.stream.config.BindingServiceConfiguration
-
- BindingServiceConfiguration.PostProcessorConfiguration - Class in org.springframework.cloud.stream.config
-
- BindingServiceProperties - Class in org.springframework.cloud.stream.config
-
- BindingServiceProperties() - Constructor for class org.springframework.cloud.stream.config.BindingServiceProperties
-
- BindingTargetFactory - Interface in org.springframework.cloud.stream.binding
-
Defines methods to create/configure the binding targets defined by
EnableBinding
.
- bindInputs(BindingService) - Method in interface org.springframework.cloud.stream.binding.Bindable
-
Binds all the inputs associated with this instance.
- bindInputs(BindingService) - Method in class org.springframework.cloud.stream.binding.BindableAdapter
-
- bindInputs(BindingService) - Method in class org.springframework.cloud.stream.binding.BindableProxyFactory
-
- bindOutputs(BindingService) - Method in interface org.springframework.cloud.stream.binding.Bindable
-
Binds all the outputs associated with this instance.
- bindOutputs(BindingService) - Method in class org.springframework.cloud.stream.binding.BindableAdapter
-
- bindOutputs(BindingService) - Method in class org.springframework.cloud.stream.binding.BindableProxyFactory
-
- bindOutputs(BindingService) - Method in class org.springframework.cloud.stream.binding.SingleBindingTargetBindable
-
- bindProducer(String, T, P) - Method in class org.springframework.cloud.stream.binder.AbstractBinder
-
- bindProducer(String, T, P) - Method in interface org.springframework.cloud.stream.binder.Binder
-
Bind the target component as a message producer to the logical entity identified by
the name.
- bindProducer(T, String) - Method in class org.springframework.cloud.stream.binding.BindingService
-
- build() - Method in class org.springframework.cloud.stream.aggregate.AggregateApplicationBuilder.AppConfigurer
-
- buildPartitionRoutingExpression(String) - Method in class org.springframework.cloud.stream.binder.AbstractBinder
-
- buildRetryTemplate(ConsumerProperties) - Method in class org.springframework.cloud.stream.binder.AbstractBinder
-
Create and configure a retry template.