public interface Fetcher
| Modifier and Type | Method and Description |
|---|---|
void |
shutdown()
Shuts the fetcher down, closing any resources used by this fetcher.
|
MessageStream<TrackedEventMessage<?>> |
start(KafkaTrackingToken token)
Open a stream of messages, starting at the position indicated by the given
token. |
MessageStream<TrackedEventMessage<?>> start(KafkaTrackingToken token)
token.token - the token representing positions of the partition to start fromvoid shutdown()
Copyright © 2010–2018. All rights reserved.