public interface RecordsPublisher extends org.reactivestreams.Publisher<ProcessRecordsInput>
| Modifier and Type | Method and Description |
|---|---|
void |
shutdown()
Shutdowns the publisher.
|
void |
start(ExtendedSequenceNumber extendedSequenceNumber,
InitialPositionInStreamExtended initialPositionInStreamExtended)
Initializes the publisher with where to start processing.
|
void start(ExtendedSequenceNumber extendedSequenceNumber, InitialPositionInStreamExtended initialPositionInStreamExtended)
extendedSequenceNumber - the sequence number to start processing frominitialPositionInStreamExtended - if there is no sequence number the initial position to usevoid shutdown()
Copyright © 2019. All rights reserved.