Interface ActivatedJob

All Superinterfaces:
BufferWriter

public interface ActivatedJob extends BufferWriter
Represents an activated JobRecordValue. It's expected that the JobRecord.getVariables() map has been filled out during activation.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the unique key of this job
    Returns the actual job, with the variables collected during activation.

    Methods inherited from interface io.camunda.zeebe.util.buffer.BufferWriter

    getLength, write
  • Method Details

    • jobKey

      long jobKey()
      Returns the unique key of this job
    • record

      JobRecord record()
      Returns the actual job, with the variables collected during activation.