Annotation Type BindingName
-
@Target(PARAMETER) @Retention(RUNTIME) public @interface BindingNamePlace this on a parameter whose value would come from Azure Functions runtime. Use this annotation when you want to get the value of trigger metadata, or when you defined your own bindings in function.json manually.
- Since:
- 1.0.0
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueDefines the trigger metadata name or binding name defined in function.json.
-