- 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
-
- BindableChannelFactory - Interface in org.springframework.cloud.stream.binding
-
Defines methods to create/configure the
MessageChannel
s defined
in
EnableBinding
.
- 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(MessageChannel, String) - Method in class org.springframework.cloud.stream.binding.ChannelBindingService
-
- 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
-
- 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(ChannelBindingService, BindableChannelFactory, DynamicDestinationsBindable) - Constructor for class org.springframework.cloud.stream.binding.BinderAwareChannelResolver
-
- binderAwareChannelResolver(ChannelBindingService, BindableChannelFactory, DynamicDestinationsBindable) - Method in class org.springframework.cloud.stream.config.ChannelBindingServiceConfiguration
-
- 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.ChannelBindingServiceConfiguration.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<T> - Interface in org.springframework.cloud.stream.binder
-
- binderFactory(BinderTypeRegistry, ChannelBindingServiceProperties) - 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.
- 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.ChannelBindingAutoConfiguration
-
- 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 message channels.
- 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
-
Indicates an instance of an interface containing methods returning bound
inputs and outputs.
- bindingService(ChannelBindingServiceProperties, BinderFactory<MessageChannel>) - Method in class org.springframework.cloud.stream.config.ChannelBindingServiceConfiguration
-
- bindInputs(ChannelBindingService) - Method in interface org.springframework.cloud.stream.binding.Bindable
-
Binds all the inputs associated with this instance.
- bindInputs(ChannelBindingService) - Method in class org.springframework.cloud.stream.binding.BindableAdapter
-
- bindInputs(ChannelBindingService) - Method in class org.springframework.cloud.stream.binding.BindableProxyFactory
-
- bindOutputs(ChannelBindingService) - Method in interface org.springframework.cloud.stream.binding.Bindable
-
Binds all the outputs associated with this instance.
- bindOutputs(ChannelBindingService) - Method in class org.springframework.cloud.stream.binding.BindableAdapter
-
- bindOutputs(ChannelBindingService) - Method in class org.springframework.cloud.stream.binding.BindableProxyFactory
-
- bindOutputs(ChannelBindingService) - Method in class org.springframework.cloud.stream.binding.SingleChannelBindable
-
- 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(MessageChannel, String) - Method in class org.springframework.cloud.stream.binding.ChannelBindingService
-
- bindToAnnotationBeanPostProcessor(BinderAwareChannelResolver, MessageHandlerMethodFactory) - Static method in class org.springframework.cloud.stream.config.ChannelBindingServiceConfiguration
-
- buildPartitionRoutingExpression(String) - Method in class org.springframework.cloud.stream.binder.AbstractBinder
-
- buildRetryTemplateIfRetryEnabled(ConsumerProperties) - Method in class org.springframework.cloud.stream.binder.AbstractBinder
-
Create and configure a retry template if the consumer 'maxAttempts' property is set.
- ByteArrayToStringMessageConverter - Class in org.springframework.cloud.stream.converter
-
A MessageConverter
to convert from byte[] to String applying the Charset provided in
the content-type header if any.
- ByteArrayToStringMessageConverter() - Constructor for class org.springframework.cloud.stream.converter.ByteArrayToStringMessageConverter
-