public interface FeedbackLogger<T>
extends java.lang.AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
append(T message)
Append a message to the currently logging logger.
|
void |
commit()
Commit the currently logging logger.
|
void |
startLogging(java.io.OutputStream keyedStateCheckpointOutputStream)
Start logging messages into the supplied output stream.
|
void startLogging(java.io.OutputStream keyedStateCheckpointOutputStream)
void append(T message)
void commit()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.