@Target(value=PARAMETER) @Retention(value=RUNTIME) public @interface BindingName
Place 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.
public abstract String value
Copyright © 2022. All rights reserved.