Add support for composing function of Message with plain function

Fixes gh-267 at least for the most common cases.
This commit is contained in:
Dave Syer
2019-02-25 13:34:45 +00:00
parent 616bb1f685
commit 32987230c1
9 changed files with 469 additions and 6 deletions

View File

@@ -53,6 +53,11 @@
<artifactId>spring-cloud-function-compiler</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>