Class BinderAwareRouter
java.lang.Object
org.springframework.cloud.stream.binding.BinderAwareRouter
Sets a BinderAwareChannelResolver on any bean
of type
AbstractMappingMessageRouter within the context.- Author:
- Mark Fisher, Gary Russell, Oleg Zhurakousky
-
Constructor Summary
ConstructorsConstructorDescriptionBinderAwareRouter(org.springframework.integration.router.AbstractMappingMessageRouter[] routers, org.springframework.messaging.core.DestinationResolver<org.springframework.messaging.MessageChannel> channelResolver) -
Method Summary
-
Constructor Details
-
BinderAwareRouter
public BinderAwareRouter(org.springframework.integration.router.AbstractMappingMessageRouter[] routers, org.springframework.messaging.core.DestinationResolver<org.springframework.messaging.MessageChannel> channelResolver)
-