Class ActivatedJobImpl
java.lang.Object
io.camunda.zeebe.msgpack.value.BaseValue
io.camunda.zeebe.msgpack.value.ObjectValue
io.camunda.zeebe.msgpack.UnpackedObject
io.camunda.zeebe.protocol.impl.stream.job.ActivatedJobImpl
- All Implemented Interfaces:
Recyclable,ActivatedJob,BufferReader,BufferWriter
-
Field Summary
Fields inherited from class io.camunda.zeebe.msgpack.UnpackedObject
reader, writer -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.camunda.zeebe.msgpack.UnpackedObject
getLength, wrap, wrap, writeMethods inherited from class io.camunda.zeebe.msgpack.value.ObjectValue
declareProperty, equals, getEncodedLength, hashCode, isEmpty, read, reset, write, writeJSONMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.camunda.zeebe.util.buffer.BufferReader
copyFromMethods inherited from interface io.camunda.zeebe.util.buffer.BufferWriter
getLength, writeMethods inherited from interface io.camunda.zeebe.msgpack.Recyclable
reset
-
Constructor Details
-
ActivatedJobImpl
public ActivatedJobImpl()
-
-
Method Details
-
jobKey
public long jobKey()Description copied from interface:ActivatedJobReturns the unique key of this job- Specified by:
jobKeyin interfaceActivatedJob
-
jobRecord
Description copied from interface:ActivatedJobReturns the actual job, with the variables collected during activation.- Specified by:
jobRecordin interfaceActivatedJob
-
setJobKey
-
setRecord
-