Interface TypedRecordProcessorContext
- All Known Implementing Classes:
TypedRecordProcessorContextImpl
public interface TypedRecordProcessorContext
-
Method Summary
Modifier and TypeMethodDescriptionint
-
Method Details
-
getPartitionId
int getPartitionId() -
getScheduleService
ProcessingScheduleService getScheduleService() -
getProcessingState
MutableProcessingState getProcessingState() -
getWriters
Writers getWriters() -
getPartitionCommandSender
InterPartitionCommandSender getPartitionCommandSender() -
getScheduledTaskDbState
ScheduledTaskDbState getScheduledTaskDbState() -
getConfig
EngineConfiguration getConfig()
-