@ConfigurationProperties(prefix="spring.cloud.function") public class FunctionProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PREFIX
The name prefix for properties defined by this properties class.
|
static String |
SKIP_CONVERSION_HEADER
Name of he header to be used to instruct function catalog to skip type conversion.
|
| Constructor and Description |
|---|
FunctionProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefinition() |
String |
getRoutingExpression() |
void |
setDefinition(String definition) |
void |
setRoutingExpression(String routingExpression) |
public static final String PREFIX
public static final String SKIP_CONVERSION_HEADER
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.