Files
spring-cloud-function/spring-cloud-function-context/src/main/resources/META-INF/spring-configuration-metadata.json
2020-06-16 20:39:44 +02:00

25 lines
941 B
JSON

{
"hints": [],
"groups": [],
"properties": [
{
"name": "spring.cloud.function.scan.packages",
"type": "java.lang.String",
"description": "Triggers scanning within the specified base packages for any class that is assignable to java.util.function.Function. For each detected Function class, a bean instance will be added to the context.",
"defaultValue": "functions"
},
{
"name": "spring.cloud.function.definition",
"type": "java.lang.String",
"description": "Name (e.g., 'foo') or composition instruction (e.g., 'foo|bar') used to resolve default function especially for cases where there is more than one function available in catalog.",
"defaultValue": ""
},
{
"name": "spring.cloud.function.routing.enabled",
"type": "java.lang.Boolean",
"description": "Enables RoutingFunction which delegates incoming request to a function named via function.name header",
"defaultValue": false
}
]
}