Interface GroupConditionProvider
- All Known Implementing Classes:
- FileAggregator,- FileMarkerReleaseStrategy
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A contract which can be implemented on the 
ReleaseStrategy
 and used in the AbstractCorrelatingMessageHandler to
 populate the provided group condition supplier.- Since:
- 5.5
- Author:
- Artem Bilan
- See Also:
- 
Method SummaryModifier and TypeMethodDescription
- 
Method Details- 
getGroupConditionSupplierBiFunction<Message<?>,String, getGroupConditionSupplier()String> 
 
-