Annotation Type EnableFunctionDeployer
-
@Target(TYPE) @Retention(RUNTIME) @Documented @Import(FunctionDeployerConfiguration.class) @Deprecated public @interface EnableFunctionDeployer
Deprecated.since 3.0. No longer required. Deployer will kick in simply by including spring-cloud-function-deployer dependencyAnnotation to be used on a Spring Boot application if it wants to deploy a jar file containing a function definition.- Author:
- Dave Syer