@Retention(value=RUNTIME) @Target(value={PARAMETER,METHOD}) public @interface HttpOutput
Place this on a parameter whose value would be send back to the user as an HTTP response. The parameter type should be OutputBinding<T>, where T could be one of:
HttpResponseMessagepublic abstract String name
public abstract String dataType
Defines how Functions runtime should treat the parameter value. Possible values are:
Copyright © 2022. All rights reserved.