Class FunctionDeployerConfiguration

java.lang.Object
org.springframework.cloud.function.deployer.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 Details

    • FunctionDeployerConfiguration

      public FunctionDeployerConfiguration()