Class RabbitBinderConfiguration
java.lang.Object
org.springframework.cloud.stream.binder.rabbit.config.RabbitBinderConfiguration
@Configuration
@ConditionalOnMissingBean(org.springframework.cloud.stream.binder.Binder.class)
@Import({RabbitMessageChannelBinderConfiguration.class,RabbitHealthIndicatorConfiguration.class})
public abstract class RabbitBinderConfiguration
extends Object
Bind to services, either locally or in a cloud environment.
- Author:
- Mark Fisher, Dave Syer, Glenn Renfro, David Turanski, Eric Bottard, Marius Bogoevici, Ilayaperumal Gopinathan, Artem Bilan, Gary Russell, Chris Bono, Soby Chacko
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classConfiguration to be used when the cloud profile is set.protected static classConfiguration to be used when the cloud profile is not set.static classConfiguration for Rabbit health indicator. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RabbitBinderConfiguration
public RabbitBinderConfiguration()
-