Package io.camunda.zeebe.engine
Class EngineContext
java.lang.Object
io.camunda.zeebe.engine.EngineContext
-
Constructor Summary
ConstructorsConstructorDescriptionEngineContext(int partitionId, ProcessingScheduleService scheduleService, ZeebeDb zeebeDb, TransactionContext transactionContext, LegacyTypedStreamWriter streamWriter, LegacyTypedResponseWriter responseWriter, Function<MutableZeebeState, EventApplier> eventApplierFactory, TypedRecordProcessorFactory typedRecordProcessorFactory) -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetLifecycleListeners(List<StreamProcessorLifecycleAware> lifecycleListeners) voidsetStreamProcessorListener(StreamProcessorListener streamProcessorListener) voidsetWriters(Writers writers)
-
Constructor Details
-
EngineContext
public EngineContext(int partitionId, ProcessingScheduleService scheduleService, ZeebeDb zeebeDb, TransactionContext transactionContext, LegacyTypedStreamWriter streamWriter, LegacyTypedResponseWriter responseWriter, Function<MutableZeebeState, EventApplier> eventApplierFactory, TypedRecordProcessorFactory typedRecordProcessorFactory)
-
-
Method Details
-
getPartitionId
public int getPartitionId() -
getScheduleService
-
getZeebeDb
-
getTransactionContext
-
getStreamWriterProxy
-
getTypedResponseWriter
-
getEventApplierFactory
-
getTypedRecordProcessorFactory
-
getLifecycleListeners
-
setLifecycleListeners
-
getStreamProcessorListener
-
setStreamProcessorListener
-
getWriters
-
setWriters
-