Interface TypedRecordProcessorContext
- All Known Implementing Classes:
TypedRecordProcessorContextImpl
public interface TypedRecordProcessorContext
-
Method Summary
Modifier and TypeMethodDescriptionint
-
Method Details
-
getPartitionId
int getPartitionId() -
getScheduleService
ProcessingScheduleService getScheduleService() -
getZeebeState
MutableZeebeState getZeebeState() -
getWriters
Writers getWriters() -
getPartitionCommandSender
InterPartitionCommandSender getPartitionCommandSender()
-