Java org.springframework.integration.filter MessageFilter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.filter MessageFilter fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

MessageFilter(MessageSelector selector)
Create a MessageFilter that will delegate to the given MessageSelector .

Method

voidafterPropertiesSet()
voidhandleMessage(Message messageArg)
voidsetAdviceChain(List adviceChain)
Configure a list of Advice s to proxy a #handleRequestMessage(Message) method.
voidsetDiscardChannel(MessageChannel discardChannel)
Specify a channel where rejected Messages should be sent.
voidsetDiscardWithinAdvice(boolean discardWithinAdvice)
Set to 'true' if you wish the discard processing to occur within any request handler advice applied to this filter.