@SpringBootApplication public class RabbitDeployer extends Object
java -jar spring-cloud-stream-binder-rabbit-deployer/target/spring-cloud-stream-binder-rabbit-deployer-3.2.0-SNAPSHOT.jar\
--spring.cloud.function.location=/foo/bar/simplestjar-1.0.0.RELEASE.jar
--spring.cloud.function.function-class=function.example.UpperCaseFunction
The only required property is 'spring.cloud.function.location'. Every other property is optional and is based on the style of user application.
For more details on the supported styles of user application please refer to
Deploying a Packaged Function section of Spring Cloud Function.| Constructor and Description |
|---|
RabbitDeployer() |
public static void main(String[] args)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.