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

com.microsoft.azure.functions.OutputBinding Maven / Gradle / Ivy

package com.microsoft.azure.functions;

/**
 *
 * @since 1.0.0
 */
public interface OutputBinding {
    T getValue();
    void setValue(T value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy