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