Package io.airlift.log
Interface MessageOutput
-
- All Known Implementing Classes:
SocketMessageOutput
public interface MessageOutput
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidflush()voidwriteMessage(byte[] message)
-
-
-
Method Detail
-
writeMessage
void writeMessage(byte[] message) throws IOException- Throws:
IOException
-
flush
void flush() throws IOException- Throws:
IOException
-
close
void close() throws IOException- Throws:
IOException
-
-