Skip to content

Conversation

joevalerio
Copy link

DATAREST-970

created SortedLinkedMultiValueMap and used it in the AnnotatedEventHandlerInvoker, after implementing comparable on EventHandlerMethod based on the value of the @order annotation.

odrotbohm added a commit that referenced this pull request Jan 19, 2017
…vent handler methods. We now make sure that an @order annotation on annotated event handler methods are considered and the methods are invoked in the defined order. Non-annotation-based event handlers don't suffer from the same problem as they're ApplicationListener instances directly so that the container will enforce the correct ordering in case @order is used or Ordered is implemented. Some cleanup in EventHandlerMethod. Original pull request: #248.
odrotbohm added a commit that referenced this pull request Jan 19, 2017
…vent handler methods. We now make sure that an @order annotation on annotated event handler methods are considered and the methods are invoked in the defined order. Non-annotation-based event handlers don't suffer from the same problem as they're ApplicationListener instances directly so that the container will enforce the correct ordering in case @order is used or Ordered is implemented. Some cleanup in EventHandlerMethod. Original pull request: #248.
odrotbohm added a commit that referenced this pull request Jan 19, 2017
…vent handler methods. We now make sure that an @order annotation on annotated event handler methods are considered and the methods are invoked in the defined order. Non-annotation-based event handlers don't suffer from the same problem as they're ApplicationListener instances directly so that the container will enforce the correct ordering in case @order is used or Ordered is implemented. Some cleanup in EventHandlerMethod. Original pull request: #248.
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: waiting-for-triage An issue we've not yet triaged

2 participants