Java org.springframework.integration.router AbstractMappingMessageRouter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.router AbstractMappingMessageRouter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.router AbstractMappingMessageRouter.

The text is from its open source code.

Subclass

org.springframework.integration.router.AbstractMappingMessageRouter has subclasses.
Click this link to see all its subclasses.

Method

voidsetChannelMappings(Map channelMappings)
Provide mappings from channel keys to channel names.
voidsetChannelResolver(DestinationResolver channelResolver)
Specify the DestinationResolver strategy to use.
voidsetResolutionRequired(boolean resolutionRequired)
Specify whether this router should ignore any failure to resolve a channel name to an actual MessageChannel instance when delegating to the ChannelResolver strategy.