cd9c3113266d0dda664f560eb26026076d3ad4c4
* extracted FunctionGateway interface * renamed current implementation to LocalFunctionGateway * moved `compose` methods from FunctionGateway to FunctionRegistry
Example:
java -jar spring-cloud-function-stream-1.0.0.BUILD-SNAPSHOT.jar --server.port=8081 --spring.cloud.stream.bindings.input.destination=words --spring.cloud.stream.bindings.output.destination=uppercaseWords --function.name=uppercase --function.code="f -> f.map(s -> s.toString().toUpperCase())"
(more docs soon)
Description
Languages
Java
99.5%
Shell
0.4%