All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.numaproj.numaflow.sessionreducer.model.OutputStreamObserver Maven / Gradle / Ivy

The newest version!
package io.numaproj.numaflow.sessionreducer.model;

/**
 * OutputStreamObserver sends to the output stream, the messages generate by the session reducer.
 */
public interface OutputStreamObserver {
    /**
     * method will be used for sending messages to the output stream.
     *
     * @param message the message to be sent
     */
    void send(Message message);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy