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

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

Introduction

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

The text is from its open source code.

Method

voidsetApplySequence(boolean applySequence)
Specify whether to apply the sequence number and size headers to the messages prior to sending to the recipient channels.
voidsetDefaultOutputChannel(MessageChannel defaultOutputChannel)
Set the default channel where Messages should be sent if channel resolution fails to return any channels.
voidsetIgnoreSendFailures(boolean ignoreSendFailures)
Specify whether send failures for one or more of the recipients should be ignored.