Package io.camunda.zeebe.engine.api
Interface RecordProcessorContext
- All Known Implementing Classes:
RecordProcessorContextImpl
public interface RecordProcessorContext
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddLifecycleListeners(List<StreamProcessorLifecycleAware> lifecycleListeners) int
-
Method Details
-
getPartitionId
int getPartitionId() -
getScheduleService
ProcessingScheduleService getScheduleService() -
getZeebeDb
ZeebeDb getZeebeDb() -
getTransactionContext
TransactionContext getTransactionContext() -
getEventApplierFactory
Function<MutableProcessingState,EventApplier> getEventApplierFactory() -
getLifecycleListeners
List<StreamProcessorLifecycleAware> getLifecycleListeners() -
addLifecycleListeners
-
getPartitionCommandSender
InterPartitionCommandSender getPartitionCommandSender() -
getKeyGenerator
KeyGenerator getKeyGenerator()
-