Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.integration.aggregator Classes and Interfaces - 30 results found.
NameDescriptionTypePackageFramework
SimpleMessageGroupProcessorA MessageGroupProcessor that simply returns the messages in the group.Classorg.springframework.integration.aggregatorSpring Integration
SequenceNumberComparatorClassorg.springframework.integration.aggregatorSpring Integration
SequenceSizeReleaseStrategyAn implementation of ReleaseStrategy that simply compares the current size of the message list to theexpected 'sequenceSize'.Classorg.springframework.integration.aggregatorSpring Integration
ResequencingMessageHandlerResequencer specific implementation of AbstractCorrelatingMessageHandler.Classorg.springframework.integration.aggregatorSpring Integration
ResequencingMessageGroupProcessorThis class implements all the strategy interfaces needed for a default resequencer.Classorg.springframework.integration.aggregatorSpring Integration
ReleaseStrategyStrategy for determining when a group of messages reaches a state ofcompletion (i.Interfaceorg.springframework.integration.aggregatorSpring Integration
PassThroughMessageGroupProcessorThis implementation of MessageGroupProcessor will return all messages inside the group.Classorg.springframework.integration.aggregatorSpring Integration
MethodInvokingReleaseStrategyA ReleaseStrategy that invokes a method on a plain old Java object.Classorg.springframework.integration.aggregatorSpring Integration
MethodInvokingMessageListProcessorA MessageListProcessor implementation that invokes a method on a target POJO.Classorg.springframework.integration.aggregatorSpring Integration
MethodInvokingMessageGroupProcessorMessageGroupProcessor that serves as an adapter for the invocation of a POJO method.Classorg.springframework.integration.aggregatorSpring Integration
MethodInvokingCorrelationStrategyCorrelationStrategy implementation that works as an adapter to another bean.Classorg.springframework.integration.aggregatorSpring Integration
MessageSequenceComparatorA Comparator implementation based on the 'sequence number'property of a Message's header.Classorg.springframework.integration.aggregatorSpring Integration
MessageListProcessorInterfaceorg.springframework.integration.aggregatorSpring Integration
MessageGroupProcessorA processor for correlated groups of messages.Interfaceorg.springframework.integration.aggregatorSpring Integration
MessageGroupExpiredEventEvent representing the expiration of a message group.Classorg.springframework.integration.aggregatorSpring Integration
MessageCountReleaseStrategyA ReleaseStrategy that releases only the first n messages, where n is a threshold.Classorg.springframework.integration.aggregatorSpring Integration
HeaderAttributeCorrelationStrategyDefault implementation of CorrelationStrategy.Classorg.springframework.integration.aggregatorSpring Integration
ExpressionEvaluatingReleaseStrategyA ReleaseStrategy that evaluates an expression.Classorg.springframework.integration.aggregatorSpring Integration
ExpressionEvaluatingMessageListProcessorA base class for aggregators that evaluates a SpEL expression with the message list as the root object within theSince:2.Classorg.springframework.integration.aggregatorSpring Integration
ExpressionEvaluatingMessageGroupProcessorA MessageGroupProcessor implementation that evaluates a SpEL expression.Classorg.springframework.integration.aggregatorSpring Integration
ExpressionEvaluatingCorrelationStrategyCorrelationStrategy implementation that evaluates an expression.Classorg.springframework.integration.aggregatorSpring Integration
DefaultAggregatingMessageGroupProcessorThis implementation of MessageGroupProcessor will take the messages from theMessageGroup and pass them on in a single message with a Collection as a payload.Classorg.springframework.integration.aggregatorSpring Integration
CorrelationStrategyStrategy for determining how messages can be correlated.Interfaceorg.springframework.integration.aggregatorSpring Integration
CorrelatingMessageBarrierThis Endpoint serves as a barrier for messages that should not be processed yet.Classorg.springframework.integration.aggregatorSpring Integration
BarrierMessageHandlerA message handler that suspends the thread until a message with correspondingcorrelation is passed into the trigger method orClassorg.springframework.integration.aggregatorSpring Integration
AggregatingMessageHandlerAggregator specific implementation of AbstractCorrelatingMessageHandler.Classorg.springframework.integration.aggregatorSpring Integration
AbstractCorrelatingMessageHandler .SequenceAwareMessageGroupClassorg.springframework.integration.aggregator.AbstractCorrelatingMessageHandlerSpring Integration
AbstractCorrelatingMessageHandlerAbstract Message handler that holds a buffer of correlated messages in aMessageStore.Classorg.springframework.integration.aggregatorSpring Integration
AbstractAggregatingMessageGroupProcessorBase class for MessageGroupProcessor implementations that aggregate the group of Messages into a single Message.Classorg.springframework.integration.aggregatorSpring Integration
TimeoutCountSequenceSizeReleaseStrategyA ReleaseStrategy that releases all messages if any of the following is true:The sequence is complete (if there is one).Classorg.springframework.integration.aggregatorSpring Integration