public interface Source<T> extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
open(Map<String,Object> config,
SourceContext sourceContext)
Open connector with configuration
|
Record<T> |
read()
Reads the next message from source.
|
closeCopyright © 2017–2019 Apache Software Foundation. All rights reserved.