Package io.zeebe.engine.state.message
Class Message
- java.lang.Object
-
- io.zeebe.msgpack.value.BaseValue
-
- io.zeebe.msgpack.value.ObjectValue
-
- io.zeebe.msgpack.UnpackedObject
-
- io.zeebe.engine.state.message.Message
-
- All Implemented Interfaces:
DbValue,Recyclable,BufferReader,BufferWriter
public final class Message extends UnpackedObject implements DbValue
-
-
Field Summary
-
Fields inherited from class io.zeebe.msgpack.UnpackedObject
reader, writer
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.agrona.DirectBuffergetCorrelationKey()longgetDeadline()org.agrona.DirectBuffergetId()longgetKey()org.agrona.DirectBuffergetName()longgetTimeToLive()org.agrona.DirectBuffergetVariables()-
Methods inherited from class io.zeebe.msgpack.UnpackedObject
getLength, wrap, wrap, write
-
Methods inherited from class io.zeebe.msgpack.value.ObjectValue
declareProperty, equals, getEncodedLength, hashCode, read, reset, write, writeJSON
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.zeebe.util.buffer.BufferReader
wrap
-
Methods inherited from interface io.zeebe.util.buffer.BufferWriter
getLength, write
-
Methods inherited from interface io.zeebe.msgpack.Recyclable
reset
-
-
-
-
Method Detail
-
getName
public org.agrona.DirectBuffer getName()
-
getCorrelationKey
public org.agrona.DirectBuffer getCorrelationKey()
-
getVariables
public org.agrona.DirectBuffer getVariables()
-
getId
public org.agrona.DirectBuffer getId()
-
getTimeToLive
public long getTimeToLive()
-
getDeadline
public long getDeadline()
-
getKey
public long getKey()
-
-