Class ReflectEventRoutingSelectorFactory


  • public class ReflectEventRoutingSelectorFactory
    extends java.lang.Object
    Class responsible for generation of EventRoutingSelectors based on methods of consumer class annotated with @RouteEvent
    Author:
    andrzej
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<EventRoutingSelector> create​(java.lang.Object consumer)
      Method looks for methods of consumer class and returns list of EventRoutingSelectors created based on methods annotated with @RouteEvent
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReflectEventRoutingSelectorFactory

        public ReflectEventRoutingSelectorFactory()
    • Method Detail

      • create

        public java.util.Collection<EventRoutingSelector> create​(java.lang.Object consumer)
        Method looks for methods of consumer class and returns list of EventRoutingSelectors created based on methods annotated with @RouteEvent