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

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

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

/**
 * ReduceStreamerFactory is the factory for SessionReducer.
 */
public abstract class SessionReducerFactory {
    /**
     * Helper function to create a session reducer.
     *
     * @return a concrete session reducer instance
     */
    public abstract SessionReducerT createSessionReducer();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy