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

org.pixel.pipeline.PipelineHandler Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version
/*
 * This software is available under Apache License
 * Copyright (c)
 */

package org.pixel.pipeline;

public interface PipelineHandler {

    /**
     * Handle and process the given data.
     *
     * @param ctx  The pipeline context.
     * @param data The data to process.
     */
    void process(PipelineContext ctx, T data);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy