@ConfigurationProperties(prefix="spring.cloud.function") public class FunctionProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EXPECT_CONTENT_TYPE_HEADER
Name of the header to be used to instruct function to apply this content type for output conversion.
|
static String |
FUNCTION_DEFINITION
The name of function definition property.
|
static String |
PREFIX
The name prefix for properties defined by this properties class.
|
static String |
SKIP_CONVERSION_HEADER
Deprecated.
since 3.1. Not used anymore
|
| Constructor and Description |
|---|
FunctionProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefinition() |
String |
getExpectedContentType() |
String |
getRoutingExpression() |
void |
setDefinition(String definition) |
void |
setExpectedContentType(String expectedContentType) |
void |
setRoutingExpression(String routingExpression) |
public static final String PREFIX
@Deprecated public static final String SKIP_CONVERSION_HEADER
public static final String EXPECT_CONTENT_TYPE_HEADER
public static final String FUNCTION_DEFINITION
public String getDefinition()
public void setDefinition(String definition)
public String getRoutingExpression()
public void setRoutingExpression(String routingExpression)
public String getExpectedContentType()
public void setExpectedContentType(String expectedContentType)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.