public interface EventReader
| Modifier and Type | Method and Description |
|---|---|
void |
start(Offset offset)
Start reading events from the given offset.
|
default void |
stop()
Stop reading events.
|
void start(Offset offset)
default void stop()
throws InterruptedException
InterruptedException - if the reader was interrupted while stoppingCopyright © 2020 CDAP Licensed under the Apache License, Version 2.0.