public interface Sink<T> extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
open(Map<String,Object> config,
SinkContext sinkContext)
Open connector with configuration
|
void |
write(Record<T> record)
Write a message to Sink
|
closeCopyright © 2017–2019 Apache Software Foundation. All rights reserved.