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