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

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

Go to download

This package contains all Java interfaces and annotations to interact with Microsoft Azure functions runtime.

There is a newer version: 3.1.0
Show newest version
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