Files
spring-cloud-function/spring-cloud-function-task
Dave Syer 5aeba1ea96 Convert Consumer<Foo> to Function<Flux<Foo>,Mono<Void>>
This results in a better experience for users because the consumer
that they write is only applied to a Flux that is subscribed to
by the framework once. It gives better control over the flow of
foos, e.g. if some component wants to subscribe on a thread.
2018-03-26 10:06:13 +01:00
..
2016-10-14 20:40:48 -04:00
2018-03-16 11:40:12 -04:00