HttpOutput Interface
Definition
Place this on a parameter whose value would be send back to the user as an HTTP response. The parameter type should be OutputBinding, where T could be one of:
- HttpResponseMessage
- Any native Java types such as int, String, byte[]
- Any POJO type
public interface HttpOutput implements Annotation
- Implements
-
java.lang.annotation.Annotation
Methods
| dataType() |
Defines how Functions runtime should treat the parameter value. Possible values are:
|
| name() |
The variable name used in function.json. |