Uses of Interface
org.springframework.integration.handler.DiscardingMessageHandler
Package
Description
Provides classes related to message aggregation.
Provides implementations of
AbstractMessageSplitter
.Provides classes supporting the filter pattern.
Provides classes supporting the splitter pattern.
Provides implementations of
AbstractMessageSplitter
.-
Uses of DiscardingMessageHandler in org.springframework.integration.aggregator
Modifier and TypeClassDescriptionclass
Abstract Message handler that holds a buffer of correlated messages in aMessageStore
.class
Aggregator specific implementation ofAbstractCorrelatingMessageHandler
.class
A message handler that suspends the thread until a message with corresponding correlation is passed into thetrigger
method or the timeout occurs.class
Resequencer specific implementation ofAbstractCorrelatingMessageHandler
. -
Uses of DiscardingMessageHandler in org.springframework.integration.file.splitter
Modifier and TypeClassDescriptionclass
TheAbstractMessageSplitter
implementation to split theFile
Message payload to lines. -
Uses of DiscardingMessageHandler in org.springframework.integration.filter
-
Uses of DiscardingMessageHandler in org.springframework.integration.splitter
Modifier and TypeClassDescriptionclass
Base class for Message-splitting handlers.class
The default Message Splitter implementation.class
A Message Splitter implementation that evaluates the specified SpEL expression.class
A Message Splitter implementation that invokes the specified method on the given object. -
Uses of DiscardingMessageHandler in org.springframework.integration.xml.splitter
Modifier and TypeClassDescriptionclass
Message Splitter that uses anXPathExpression
to split aDocument
,File
orString
payload into aNodeList
.