Uses of Interface
tigase.eventbus.EventRoutingSelector
-
Packages that use EventRoutingSelector Package Description tigase.eventbus.impl -
-
Uses of EventRoutingSelector in tigase.eventbus.impl
Classes in tigase.eventbus.impl that implement EventRoutingSelector Modifier and Type Class Description classReflectEventRoutingSelectorThis class is implementation ofEventRoutingSelectorused when this selector is created based on annotated method of consumer class.Methods in tigase.eventbus.impl that return EventRoutingSelector Modifier and Type Method Description EventRoutingSelectorEventBusImplementation. getEventRoutingSelector(java.lang.Class<?> eventClass)Methods in tigase.eventbus.impl that return types with arguments of type EventRoutingSelector Modifier and Type Method Description java.util.Collection<EventRoutingSelector>ReflectEventRoutingSelectorFactory. create(java.lang.Object consumer)Method looks for methods of consumer class and returns list ofEventRoutingSelectorscreated based on methods annotated with@RouteEvent
-