• R
    Refactor HandlerMethod support in spring-messaging · b8809daf
    Rossen Stoyanchev 提交于
    Introduce base class AbstractMethodMessageHandler for
    HandlerMethod-based message handling.
    
    Add MessageCondition interface for mapping conditions to messages
    with support for combining type- and method-level annotation
    conditions, the ability to match conditions to messages, and also
    comparing matches to select the best match.
    
    Issue: SPR-11024
    b8809daf
DestinationPatternsMessageConditionTests.java 4.3 KB