Package tigase.eventbus.impl
Class ReflectEventRoutingSelectorFactory
- java.lang.Object
-
- tigase.eventbus.impl.ReflectEventRoutingSelectorFactory
-
public class ReflectEventRoutingSelectorFactory extends Object
Class responsible for generation ofEventRoutingSelectorsbased on methods of consumer class annotated with@RouteEvent- Author:
- andrzej
-
-
Constructor Summary
Constructors Constructor Description ReflectEventRoutingSelectorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<EventRoutingSelector>create(Object consumer)Method looks for methods of consumer class and returns list ofEventRoutingSelectorscreated based on methods annotated with@RouteEvent
-
-
-
Method Detail
-
create
public Collection<EventRoutingSelector> create(Object consumer)
Method looks for methods of consumer class and returns list ofEventRoutingSelectorscreated based on methods annotated with@RouteEvent
-
-