Package org.chenile.http.annotation
Annotation Interface EventsSubscribedTo
This annotation specifies that this particular method subscribes to an event.
This can be a local or global event. Local events are executed in the same JVM and are
directly invoked using
EventProcessor
Remote events are triggered by Kafka or similar. This requires a dependency on chenile-kafka or other modules.
-
Required Element Summary
-
Element Details
-
value
String[] value
-