Annotation Interface Produce.ServiceStream

Enclosing class:
Produce

@Target(TYPE) @Retention(RUNTIME) @Documented public static @interface Produce.ServiceStream
Annotation to configure the component to produce an event stream that can be consumed by other services.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Identifier for the event stream.
  • Element Details

    • id

      String id
      Identifier for the event stream. Must be unique inside the same service.