Package io.cucumber.messages
Interface MessageWriter
-
- All Known Implementing Classes:
MessageToNdjsonWriter
public interface MessageWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(Object message)
-
-
-
Method Detail
-
write
void write(Object message) throws IOException
- Throws:
IOException
-
-