Class 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 Detail

      • FunctionDeployerProperties

        public FunctionDeployerProperties()
    • Method Detail

      • setFunctionClass

        public void setFunctionClass​(String functionClass)
      • getFunctionClass

        public String getFunctionClass()
      • getLocation

        public String getLocation()
      • setLocation

        public void setLocation​(String location)