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 Details

    • configureSourceContext

      void configureSourceContext(long sourceRecordPosition)