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

io.numaproj.numaflow.sourcer.OutputObserver Maven / Gradle / Ivy

The newest version!
package io.numaproj.numaflow.sourcer;

/**
 * OutputObserver receives messages from the sourcer.
 */
public interface OutputObserver {
    /**
     * method will be used for sending messages to the output.
     *
     * @param message the message to be sent
     */
    void send(Message message);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy