Interface TypedStreamWriter
- All Superinterfaces:
TypedCommandWriter,TypedEventWriter,TypedRejectionWriter
- All Known Implementing Classes:
NoopTypedStreamWriter,TypedStreamWriterImpl,TypedStreamWriterProxy
public interface TypedStreamWriter
extends TypedCommandWriter, TypedEventWriter, TypedRejectionWriter
Things that only a stream processor should write to the log stream (+ commands)
-
Method Summary
Methods inherited from interface io.camunda.zeebe.engine.processing.streamprocessor.writers.TypedCommandWriter
appendFollowUpCommand, appendNewCommand, flush, resetMethods inherited from interface io.camunda.zeebe.engine.processing.streamprocessor.writers.TypedEventWriter
appendFollowUpEvent, canWriteEventOfLength, getMaxEventLengthMethods inherited from interface io.camunda.zeebe.engine.processing.streamprocessor.writers.TypedRejectionWriter
appendRejection
-
Method Details
-
configureSourceContext
void configureSourceContext(long sourceRecordPosition)
-