Interface StreamJobsCommandStep1
- All Known Implementing Classes:
StreamJobsCommandImpl
@ExperimentalApi("https://github.com/camunda/camunda/issues/11231")
@Deprecated
public interface StreamJobsCommandStep1
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.static interfaceDeprecated.since 8.8 for removal in 8.9, replaced byStreamJobsCommandStep1.StreamJobsCommandStep3 -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Set the type of jobs to work on; only jobs of this type will be activated and consumed by this stream.
-
Method Details
-
jobType
Deprecated.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
-
StreamJobsCommandStep1.StreamJobsCommandStep2