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

io.yawp.driver.api.PipesDriver Maven / Gradle / Ivy

There is a newer version: 2.08alpha
Show newest version
package io.yawp.driver.api;

import io.yawp.repository.pipes.Pipe;

public interface PipesDriver {

    void flux(Pipe pipe, Object object);

    void reflux(Pipe pipe, Object object);

    void refluxOld(Pipe pipe, Object source, Object oldSource);

    void reflow(Pipe pipe, Object object);

    void reload(Class pipeClazz);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy