Class FunctionDeployerProperties
- java.lang.Object
-
- org.springframework.cloud.function.deployer.FunctionDeployerProperties
-
@ConfigurationProperties(prefix="spring.cloud.function") public class FunctionDeployerProperties extends Object
Configuration properties for deciding how to locate the functional class to execute.- Author:
- Eric Bottard, Oleg Zhurakousky
- See Also:
FunctionProperties
-
-
Constructor Summary
Constructors Constructor Description FunctionDeployerProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFunctionClass()StringgetLocation()voidinit()voidsetFunctionClass(String functionClass)voidsetLocation(String location)
-
-
-
Method Detail
-
setFunctionClass
public void setFunctionClass(String functionClass)
-
getFunctionClass
public String getFunctionClass()
-
getLocation
public String getLocation()
-
setLocation
public void setLocation(String location)
-
init
@PostConstruct public void init()
-
-