public interface StreamingEncoder<Event>
Encoder that supports writing directly into a OutputStream
instead of returning a byte array.| Modifier and Type | Method and Description |
|---|---|
void |
encode(Event event,
OutputStream outputStream) |
void encode(Event event, OutputStream outputStream) throws IOException
IOExceptionCopyright © 2013–2021. All rights reserved.