public interface OutputHandler
| Modifier and Type | Method and Description |
|---|---|
void |
write(Event event,
OutputStream out)
Write the event payload to the stream.
|
void write(Event event, OutputStream out) throws IOException
event - the current eventout - the output stream to write toIOException - in case of errorCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.