Package io.camunda.zeebe.engine.api
Interface ReadonlyStreamProcessorContext
- All Known Implementing Classes:
StreamProcessorContext
public interface ReadonlyStreamProcessorContext
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the partition ID
-
Method Details
-
getScheduleService
ProcessingScheduleService getScheduleService() -
getLogStream
LogStream getLogStream()- Returns:
- the logstream, on which the processor runs
-
getLogStreamWriter
LegacyTypedStreamWriter getLogStreamWriter()- Returns:
- the actual log stream writer, used to write any record
-
getWriters
Writers getWriters()- Returns:
- the specific writers, like command, response, etc
-
getZeebeState
MutableZeebeState getZeebeState()- Returns:
- the state, where the data is stored during processing
-
getPartitionId
int getPartitionId()Returns the partition ID- Returns:
- partition ID
-