Class EmbeddedKafkaBroker.LoggingOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker.LoggingOutputStream
-
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
- Enclosing class:
- EmbeddedKafkaBroker
public static class EmbeddedKafkaBroker.LoggingOutputStream extends OutputStream
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PrintStreamloggerPrintStream(org.jboss.logging.Logger logger)voidwrite(int b)-
Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream, write, write
-
-
-
-
Method Detail
-
loggerPrintStream
public static PrintStream loggerPrintStream(org.jboss.logging.Logger logger)
-
write
public void write(int b) throws IOException- Specified by:
writein classOutputStream- Throws:
IOException
-
-