Interface StreamJobsCommandStep1

All Known Implementing Classes:
StreamJobsCommandImpl

@ExperimentalApi("https://github.com/camunda/zeebe/issues/11231") public interface StreamJobsCommandStep1
  • Method Details

    • jobType

      Set the type of jobs to work on; only jobs of this type will be activated and consumed by this stream.
      Parameters:
      jobType - the type of jobs (e.g. "payment")
      Returns:
      the builder for this command