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

com.jdcloud.function.PojoRequestHandler Maven / Gradle / Ivy

The newest version!
package com.jdcloud.function;

public interface PojoRequestHandler {
    /**
     * Handles a function compute invoke request
     * Handles a function compute invoke request
     * @param input The function input as a Pojo
     * @param context The function execution environment context object.
     * @return The function output as a Pojo
     */
    public Output handleRequest(Input input, Context context);
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy