- RabbitBinderConfiguration - Class in org.springframework.cloud.stream.binder.rabbit.config
-
Bind to services, either locally or in a cloud environment.
- RabbitBinderConfiguration() - Constructor for class org.springframework.cloud.stream.binder.rabbit.config.RabbitBinderConfiguration
-
- RabbitBinderConfiguration.CloudProfile - Class in org.springframework.cloud.stream.binder.rabbit.config
-
Configuration to be used when the cloud profile is set.
- RabbitBinderConfiguration.CloudProfile.CloudConnectors - Class in org.springframework.cloud.stream.binder.rabbit.config
-
Configuration to be used when the cloud profile is set, and Cloud Connectors
are found on the classpath.
- RabbitBinderConfiguration.CloudProfile.CloudConnectors.OverrideCloudConnectors - Class in org.springframework.cloud.stream.binder.rabbit.config
-
Configuration to be used if
spring.cloud.stream.override-cloud-connectors is set to
true.
- RabbitBinderConfiguration.CloudProfile.CloudConnectors.UseCloudConnectors - Class in org.springframework.cloud.stream.binder.rabbit.config
-
Active only if spring.cloud.stream.override-cloud-connectors is not
set to true.
- RabbitBinderConfiguration.CloudProfile.NoCloudConnectors - Class in org.springframework.cloud.stream.binder.rabbit.config
-
- RabbitBinderConfiguration.NoCloudProfile - Class in org.springframework.cloud.stream.binder.rabbit.config
-
Configuration to be used when the cloud profile is not set.
- RabbitBinderConfiguration.RabbitHealthIndicatorConfiguration - Class in org.springframework.cloud.stream.binder.rabbit.config
-
Configuration for Rabbit health indicator.
- RabbitConfiguration - Class in org.springframework.cloud.stream.binder.rabbit.config
-
Configuration for RabbitTemplate and CachingConnectionFactory.
- RabbitConfiguration() - Constructor for class org.springframework.cloud.stream.binder.rabbit.config.RabbitConfiguration
-
- RabbitDeployer - Class in org.springframework.cloud.stream.binder.rabbit.deployer
-
Main application class to trigger the deployment of Java Functions based
user application with RabitMQ bindings.
- RabbitDeployer() - Constructor for class org.springframework.cloud.stream.binder.rabbit.deployer.RabbitDeployer
-
- RabbitExpressionEvaluatingInterceptor - Class in org.springframework.cloud.stream.binder.rabbit
-
Interceptor to evaluate expressions for outbound messages before serialization.
- RabbitExpressionEvaluatingInterceptor(Expression, Expression, EvaluationContext) - Constructor for class org.springframework.cloud.stream.binder.rabbit.RabbitExpressionEvaluatingInterceptor
-
Construct an instance with the provided expressions and evaluation context.
- rabbitExtendedPropertiesDefaultMappingsProvider() - Method in class org.springframework.cloud.stream.binder.rabbit.config.ExtendedBindingHandlerMappingsProviderConfiguration
-
- RabbitHealthIndicatorConfiguration() - Constructor for class org.springframework.cloud.stream.binder.rabbit.config.RabbitBinderConfiguration.RabbitHealthIndicatorConfiguration
-
- RabbitMessageChannelBinder - Class in org.springframework.cloud.stream.binder.rabbit
-
A Binder implementation backed by
RabbitMQ.
- RabbitMessageChannelBinder(ConnectionFactory, RabbitProperties, RabbitExchangeQueueProvisioner) - Constructor for class org.springframework.cloud.stream.binder.rabbit.RabbitMessageChannelBinder
-
- RabbitMessageChannelBinder(ConnectionFactory, RabbitProperties, RabbitExchangeQueueProvisioner, ListenerContainerCustomizer<MessageListenerContainer>) - Constructor for class org.springframework.cloud.stream.binder.rabbit.RabbitMessageChannelBinder
-
- RabbitMessageChannelBinder(ConnectionFactory, RabbitProperties, RabbitExchangeQueueProvisioner, ListenerContainerCustomizer<MessageListenerContainer>, MessageSourceCustomizer<AmqpMessageSource>) - Constructor for class org.springframework.cloud.stream.binder.rabbit.RabbitMessageChannelBinder
-
- RabbitMessageChannelBinderConfiguration - Class in org.springframework.cloud.stream.binder.rabbit.config
-
Configuration class for RabbitMQ message channel binder.
- RabbitMessageChannelBinderConfiguration() - Constructor for class org.springframework.cloud.stream.binder.rabbit.config.RabbitMessageChannelBinderConfiguration
-
- RabbitStreamMessageHandler - Class in org.springframework.cloud.stream.binder.rabbit
-
MessageHandler based on RabbitStreamOperations.
- RabbitStreamMessageHandler(RabbitStreamOperations) - Constructor for class org.springframework.cloud.stream.binder.rabbit.RabbitStreamMessageHandler
-
Create an instance with the provided RabbitStreamOperations.
- RabbitStreamMessageHandler.FailureCallback - Interface in org.springframework.cloud.stream.binder.rabbit
-
Callback for when publishing fails.
- rabbitTemplate(RabbitTemplateConfigurer, ConnectionFactory) - Method in class org.springframework.cloud.stream.binder.rabbit.config.RabbitConfiguration
-
- rabbitTemplateConfigurer(RabbitProperties, ObjectProvider<MessageConverter>, ObjectProvider<RabbitRetryTemplateCustomizer>) - Method in class org.springframework.cloud.stream.binder.rabbit.config.RabbitConfiguration
-
- ROUTING_KEY_HEADER - Static variable in class org.springframework.cloud.stream.binder.rabbit.RabbitExpressionEvaluatingInterceptor
-
Default name for routing key header.