mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
parent
3fba3af9f9
commit
5e1dc1f6a3
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ public interface Codec extends Plugin {
|
|||
* Encodes an {@link Event} and writes it to the specified {@link OutputStream}.
|
||||
* @param event The event to encode.
|
||||
* @param output The stream to which the encoded event should be written.
|
||||
* @throws java.io.IOException Exceptions coming from the output stream
|
||||
*/
|
||||
void encode(Event event, OutputStream output) throws IOException;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue