Oleh Dokuka
4b85e89992
Fix docs with regard to Flux.interval
...
Also provide ability to run with `Flux.interval(Duration)` in
compiled scripts
Fixes gh-174
2018-05-02 07:19:08 -04:00
Dave Syer
98cf4dc06e
Revert to snapshots
2018-04-16 16:22:02 +01:00
Dave Syer
d1bcb7d142
Update to 1.0.0.M6
2018-04-16 16:04:31 +01:00
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
Dave Syer
0bd71e61e0
Extract common logic in invokers into base class
2018-03-20 17:40:06 +00:00
Dave Syer
0be5f14766
Provide new config options for streams enabling composition
...
User can switch off source or sink behaviour (the default is to bind
to input and output streams), and then configure the name of a
supplier (for a source) or consumer (for a sink).
2018-03-18 14:19:51 +00:00
Dave Syer
efc99d2af0
Revert to snaphots
2018-03-16 11:40:12 -04:00
Dave Syer
feb8f51c41
Update to 1.0.0.M5
2018-03-16 11:28:53 -04:00
Dave Syer
dd7e529565
Update README adding Azure adapter
2018-02-23 13:20:58 +00:00
Dave Syer
a2a2932715
Revert to snapshots
2018-02-21 07:24:21 +00:00
Dave Syer
72efd58675
Update to 1.0.0.M4
2018-02-20 19:25:11 +00:00
Dave Syer
73098244e3
Revert to snapshots
2018-01-20 11:57:49 +00:00
Dave Syer
77e0a5c514
Update to 1.0.0.M3
2018-01-19 13:55:34 +00:00
Dave Syer
1af0d451cf
Migrate to servlet binder for web features
2018-01-03 15:06:33 +00:00
Dave Syer
47fd4c3ed2
Going back to snapshots
2017-12-01 10:31:18 +00:00
Dave Syer
b6310e1811
Update SNAPSHOT to 1.0.0.M2
2017-11-28 13:40:35 +00:00
Dave Syer
af8b6e253e
Revert to snapshots
2017-09-15 17:49:31 +01:00
Dave Syer
858b7404c6
Update to 1.0.0.M1
2017-09-15 17:48:51 +01:00
Dave Syer
976854929e
Update to new docs standards
2017-09-15 11:44:25 +01:00
Oleg Zhurakousky
aa87764580
Added initial docs module
...
Merged gh-89
2017-07-17 14:08:35 +01:00