Class TypedRecordProcessorContextImpl
java.lang.Object
io.camunda.zeebe.engine.processing.streamprocessor.TypedRecordProcessorContextImpl
- All Implemented Interfaces:
TypedRecordProcessorContext
-
Constructor Summary
ConstructorsConstructorDescriptionTypedRecordProcessorContextImpl(int partitionId, ProcessingScheduleService scheduleService, ZeebeDbState zeebeState, Writers writers, InterPartitionCommandSender partitionCommandSender) -
Method Summary
Modifier and TypeMethodDescriptionint
-
Constructor Details
-
TypedRecordProcessorContextImpl
public TypedRecordProcessorContextImpl(int partitionId, ProcessingScheduleService scheduleService, ZeebeDbState zeebeState, Writers writers, InterPartitionCommandSender partitionCommandSender)
-
-
Method Details
-
getPartitionId
public int getPartitionId()- Specified by:
getPartitionIdin interfaceTypedRecordProcessorContext
-
getScheduleService
- Specified by:
getScheduleServicein interfaceTypedRecordProcessorContext
-
getZeebeState
- Specified by:
getZeebeStatein interfaceTypedRecordProcessorContext
-
getWriters
- Specified by:
getWritersin interfaceTypedRecordProcessorContext
-
getPartitionCommandSender
- Specified by:
getPartitionCommandSenderin interfaceTypedRecordProcessorContext
-