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
IOException
Copyright © 2013–2022. All rights reserved.