public class ReflectEventRoutingSelectorFactory extends Object
EventRoutingSelectors
based on methods of consumer class annotated
with @RouteEvent
Constructor and Description |
---|
ReflectEventRoutingSelectorFactory() |
Modifier and Type | Method and Description |
---|---|
Collection<EventRoutingSelector> |
create(Object consumer)
Method looks for methods of consumer class and returns list of
EventRoutingSelectors created based
on methods annotated with @RouteEvent |
public Collection<EventRoutingSelector> create(Object consumer)
EventRoutingSelectors
created based
on methods annotated with @RouteEvent
consumer
- Copyright © 2004–2019 "Tigase, Inc.". All rights reserved.