Interface GroupConditionProvider

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface GroupConditionProvider
A contract which can be implemented on the ReleaseStrategy and used in the AbstractCorrelatingMessageHandler to populate the provided group condition supplier.
Since:
5.5
See Also:
AbstractCorrelatingMessageHandler.setGroupConditionSupplier(BiFunction)
  • Method Summary

    Modifier and Type Method Description
    java.util.function.BiFunction<org.springframework.messaging.Message<?>,​java.lang.String,​java.lang.String> getGroupConditionSupplier()  
  • Method Details

    • getGroupConditionSupplier

      java.util.function.BiFunction<org.springframework.messaging.Message<?>,​java.lang.String,​java.lang.String> getGroupConditionSupplier()