Annotation Interface EventTopic


@Retention(RUNTIME) @Target({METHOD,ANNOTATION_TYPE}) public @interface EventTopic
Method annotation for OSGi event topic.
Developer usually use one of the predefined event topic annotation (for e.g AfterLogin) instead of using this annotation directly.
Author:
hengsin
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Get OSGi event topic name
  • Element Details

    • topic

      String topic
      Get OSGi event topic name
      Returns:
      event topic name