public static final String |
CAMEL_SINK_AZUREFUNCTIONSSINK_KAMELET_KEY_CONF |
"camel.kamelet.azure-functions-sink.key" |
public static final String |
CAMEL_SINK_AZUREFUNCTIONSSINK_KAMELET_KEY_DOC |
"A function-specific API key is required, if the authLevel of the function is FUNCTION or master key if the authLevel is ADMIN." |
public static final String |
CAMEL_SINK_AZUREFUNCTIONSSINK_KAMELET_METHOD_CONF |
"camel.kamelet.azure-functions-sink.method" |
public static final String |
CAMEL_SINK_AZUREFUNCTIONSSINK_KAMELET_METHOD_DEFAULT |
"POST" |
public static final String |
CAMEL_SINK_AZUREFUNCTIONSSINK_KAMELET_METHOD_DOC |
"The HTTP method to use." |
public static final String |
CAMEL_SINK_AZUREFUNCTIONSSINK_KAMELET_URL_CONF |
"camel.kamelet.azure-functions-sink.url" |
public static final String |
CAMEL_SINK_AZUREFUNCTIONSSINK_KAMELET_URL_DOC |
"The Azure Functions URL you want to send the data to. Example: https://azure-function-demo-12234.azurewebsites.net/api/httpexample" |