@Trait @CompileStatic trait AnnotatedSubscriber extends EventBusAware
Registers subscribed methods. Used by the Subscriber transformation
| Type Params | Return Type | Name and description |
|---|---|---|
|
List<Method> |
getSubscribedMethods() |
|
void |
registerMethods() |
| Methods inherited from class | Name |
|---|---|
trait EventBusAware |
getEventBus, setTargetEventBus |