@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(value=FunctionDeployerProperties.class) @ConditionalOnProperty(name="spring.cloud.function.location") public class FunctionDeployerConfiguration extends Object
SmartLifecycle
which deploys and un-deploys packages archives via it's Lifecycle.start()
and Lifecycle.stop() operations.
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.