com.microsoft.azure.functions.OutputBinding Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-functions-java-library Show documentation
Show all versions of azure-functions-java-library Show documentation
This package contains all Java interfaces and annotations to interact with Microsoft Azure functions runtime.
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