spring-framework / org.springframework.messaging.handler / MessageCondition / combine

combine

abstract fun combine(other: T): T

Define the rules for combining this condition with another. For example combining type- and method-level conditions.

Parameters

other - the condition to combine with

Return
the resulting message condition