public abstract class AbstractEventWriter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.core.JsonGenerator |
jsonGenerator |
| Constructor and Description |
|---|
AbstractEventWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
endJson() |
protected void |
startJson(StringWriter outputStream,
RawBinlogEvent event) |
abstract List<String> |
writeEvent(RawBinlogEvent event) |
protected void startJson(StringWriter outputStream, RawBinlogEvent event) throws IOException
IOExceptionprotected void endJson()
throws IOException
IOExceptionpublic abstract List<String> writeEvent(RawBinlogEvent event)
Copyright © 2019. All rights reserved.