Annotation Interface Produce.ToTopic

Enclosing class:
Produce

@Target(TYPE) @Retention(RUNTIME) @Documented public static @interface Produce.ToTopic
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.