Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableJobBatchRecordValue
Packages that use ImmutableJobBatchRecordValue
-
Uses of ImmutableJobBatchRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableJobBatchRecordValueModifier and TypeMethodDescriptionImmutableJobBatchRecordValue.Builder.build()Builds a newImmutableJobBatchRecordValue.static ImmutableJobBatchRecordValueImmutableJobBatchRecordValue.copyOf(JobBatchRecordValue instance) Creates an immutable copy of aJobBatchRecordValuevalue.ImmutableJobBatchRecordValue.withJobKeys(Iterable<? extends Long> elements) Copy the current immutable object with elements that replace the content ofjobKeys.ImmutableJobBatchRecordValue.withJobKeys(Long... elements) Copy the current immutable object with elements that replace the content ofjobKeys.ImmutableJobBatchRecordValue.withJobs(JobRecordValue... elements) Copy the current immutable object with elements that replace the content ofjobs.ImmutableJobBatchRecordValue.withJobs(Iterable<? extends JobRecordValue> elements) Copy the current immutable object with elements that replace the content ofjobs.ImmutableJobBatchRecordValue.withMaxJobsToActivate(int value) Copy the current immutable object by setting a value for themaxJobsToActivateattribute.ImmutableJobBatchRecordValue.withTimeout(long value) Copy the current immutable object by setting a value for thetimeoutattribute.ImmutableJobBatchRecordValue.withTruncated(boolean value) Copy the current immutable object by setting a value for thetruncatedattribute.Copy the current immutable object by setting a value for thetypeattribute.ImmutableJobBatchRecordValue.withWorker(String value) Copy the current immutable object by setting a value for theworkerattribute.