Class MessageSubscriptionRecord
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.record.UnifiedRecordValue
io.camunda.zeebe.protocol.impl.record.value.message.MessageSubscriptionRecord
- All Implemented Interfaces:
Recyclable,JsonSerializable,RecordValue,RecordValueWithVariables,MessageSubscriptionRecordValue,ProcessInstanceRelated,BufferReader,BufferWriter
public final class MessageSubscriptionRecord
extends UnifiedRecordValue
implements MessageSubscriptionRecordValue
-
Field Summary
Fields inherited from class io.camunda.zeebe.msgpack.UnpackedObject
reader, writer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.agrona.DirectBufferorg.agrona.DirectBufferlonglongorg.agrona.DirectBufferlongorg.agrona.DirectBufferbooleansetBpmnProcessId(org.agrona.DirectBuffer bpmnProcessId) setCorrelationKey(org.agrona.DirectBuffer correlationKey) setElementInstanceKey(long key) setInterrupting(boolean interrupting) setMessageKey(long messageKey) setMessageName(org.agrona.DirectBuffer messageName) setProcessInstanceKey(long key) setVariables(org.agrona.DirectBuffer variables) voidwrap(MessageSubscriptionRecord record) Methods inherited from class io.camunda.zeebe.protocol.impl.record.UnifiedRecordValue
getEncodedLength, getLength, toJsonMethods inherited from class io.camunda.zeebe.msgpack.UnpackedObject
wrap, wrap, writeMethods inherited from class io.camunda.zeebe.msgpack.value.ObjectValue
declareProperty, equals, hashCode, read, reset, write, writeJSONMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.camunda.zeebe.protocol.record.JsonSerializable
toJsonMethods inherited from interface io.camunda.zeebe.msgpack.Recyclable
reset
-
Constructor Details
-
MessageSubscriptionRecord
public MessageSubscriptionRecord()
-
-
Method Details
-
wrap
-
isInterrupting
public boolean isInterrupting()- Specified by:
isInterruptingin interfaceMessageSubscriptionRecordValue
-
getCorrelationKeyBuffer
public org.agrona.DirectBuffer getCorrelationKeyBuffer() -
getElementInstanceKey
public long getElementInstanceKey()- Specified by:
getElementInstanceKeyin interfaceMessageSubscriptionRecordValue
-
setElementInstanceKey
-
getBpmnProcessId
- Specified by:
getBpmnProcessIdin interfaceMessageSubscriptionRecordValue
-
getMessageName
- Specified by:
getMessageNamein interfaceMessageSubscriptionRecordValue
-
getCorrelationKey
- Specified by:
getCorrelationKeyin interfaceMessageSubscriptionRecordValue
-
setCorrelationKey
-
getMessageKey
public long getMessageKey()- Specified by:
getMessageKeyin interfaceMessageSubscriptionRecordValue
-
setMessageKey
-
setMessageName
-
setBpmnProcessId
-
getMessageNameBuffer
public org.agrona.DirectBuffer getMessageNameBuffer() -
getProcessInstanceKey
public long getProcessInstanceKey()- Specified by:
getProcessInstanceKeyin interfaceMessageSubscriptionRecordValue- Specified by:
getProcessInstanceKeyin interfaceProcessInstanceRelated
-
setProcessInstanceKey
-
setInterrupting
-
getBpmnProcessIdBuffer
public org.agrona.DirectBuffer getBpmnProcessIdBuffer() -
getVariables
- Specified by:
getVariablesin interfaceRecordValueWithVariables
-
setVariables
-
getVariablesBuffer
public org.agrona.DirectBuffer getVariablesBuffer()
-