Class TypedEventImpl
java.lang.Object
io.camunda.zeebe.engine.processing.streamprocessor.TypedEventImpl
- All Implemented Interfaces:
TypedRecord,JsonSerializable,Record,Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()longgetKey()longintlonglongintlonglonggetValue()toJson()toString()voidwrap(LoggedEvent rawEvent, RecordMetadata metadata, UnifiedRecordValue value) Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.camunda.zeebe.engine.processing.streamprocessor.TypedRecord
hasRequestMetadata
-
Constructor Details
-
TypedEventImpl
public TypedEventImpl(int partitionId)
-
-
Method Details
-
wrap
-
getPosition
public long getPosition()- Specified by:
getPositionin interfaceRecord
-
getSourceRecordPosition
public long getSourceRecordPosition()- Specified by:
getSourceRecordPositionin interfaceRecord
-
getTimestamp
public long getTimestamp()- Specified by:
getTimestampin interfaceRecord
-
getIntent
-
getPartitionId
public int getPartitionId()- Specified by:
getPartitionIdin interfaceRecord
-
getRecordType
- Specified by:
getRecordTypein interfaceRecord
-
getRejectionType
- Specified by:
getRejectionTypein interfaceRecord
-
getRejectionReason
- Specified by:
getRejectionReasonin interfaceRecord
-
getBrokerVersion
- Specified by:
getBrokerVersionin interfaceRecord
-
getValueType
- Specified by:
getValueTypein interfaceRecord
-
getKey
public long getKey()- Specified by:
getKeyin interfaceRecord- Specified by:
getKeyin interfaceTypedRecord
-
getValue
- Specified by:
getValuein interfaceRecord- Specified by:
getValuein interfaceTypedRecord
-
getRequestStreamId
public int getRequestStreamId()- Specified by:
getRequestStreamIdin interfaceTypedRecord
-
getRequestId
public long getRequestId()- Specified by:
getRequestIdin interfaceTypedRecord
-
getLength
public long getLength()- Specified by:
getLengthin interfaceTypedRecord
-
toJson
- Specified by:
toJsonin interfaceJsonSerializable
-
clone
-
toString
-