Fix docs with regard to Flux.interval

Also provide ability to run with `Flux.interval(Duration)` in
compiled scripts

Fixes gh-174
This commit is contained in:
Oleh Dokuka
2018-05-02 12:25:53 +03:00
committed by Dave Syer
parent eaea89532c
commit 4b85e89992
5 changed files with 14 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ while getopts ":i:s:f:c:o:p:d:" opt; do
esac
done
java -jar ../spring-cloud-function-samples/spring-cloud-function-sample-compiler/target/function-sample-compiler-1.0.0.BUILD-SNAPSHOT.jar\
java -jar ../spring-cloud-function-samples/function-sample-compiler/target/function-sample-compiler-1.0.0.BUILD-SNAPSHOT.jar\
--management.security.enabled=false\
--server.port=$PORT\
--spring.cloud.function.stream.endpoint=$FUNC\