Class FunctionDeployerConfiguration


  • @Configuration(proxyBeanMethods=false)
    @EnableConfigurationProperties(FunctionDeployerProperties.class)
    @ConditionalOnProperty(name="spring.cloud.function.location")
    public class FunctionDeployerConfiguration
    extends Object
    Configuration class which creates an instance of SmartLifecycle which deploys and un-deploys packages archives via it's Lifecycle.start() and Lifecycle.stop() operations.
    Since:
    3.0
    Author:
    Oleg Zhurakousky, Eric Bottard
    • Constructor Detail

      • FunctionDeployerConfiguration

        public FunctionDeployerConfiguration()