Class PassthroughChangeStream<DocumentT>

  • Type Parameters:
    DocumentT - The type of full document on the change event.
    All Implemented Interfaces:
    Closeable, AutoCloseable

    public class PassthroughChangeStream<DocumentT>
    extends ChangeStream<ChangeEvent<DocumentT>,​DocumentT>
    Simple ChangeStream implementation that unwraps and returns the same change event provided on the internal StitchEvent.