Annotation Interface SourceStreams


@Retention(CLASS) @Target(TYPE) public @interface SourceStreams
Denotes the source streams accessed by a custom pipeline. Only streams referenced in SourceStreams or SinkStreams on the job class will be accessible to the pipeline.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Names of the source streams.
  • Element Details

    • value

      String[] value
      Names of the source streams.