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 Details

    • FunctionDeployerProperties

      public FunctionDeployerProperties()
  • Method Details

    • 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()