Annotation Interface Publish.Topic

Enclosing class:
Publish

@Target(METHOD) @Retention(RUNTIME) @Documented public static @interface Publish.Topic
Annotation for marking a method as producing information to be published on a PubSub or Kafka topic.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Assign the name of the topic to be used for eventing out.
  • Element Details

    • value

      String value
      Assign the name of the topic to be used for eventing out.