Dave Syer
fc9d258564
Add custom JsonObjectDecoder to extract a Flux<String> from request
2017-01-06 15:21:56 +00:00
Dave Syer
3357a93cef
Add some tests for JSON mime types in rest endpoints
2017-01-06 14:11:48 +00:00
Dave Syer
4ad01be090
Add support for server-side events and tests
...
User can POST to web endpoint in SSE style, i.e:
HTTP/1.1
Content-Type: text/event-stream
data:foo
data:bar
Will be converted to a Flux with values foo and bar
2017-01-06 12:43:38 +00:00
Dave Syer
5be3a3b08a
Use Spring Boot Web Reactive instead of raw netty
2017-01-03 15:16:13 +00:00
Dave Syer
c6736f959b
Add a sample app with just beans that are Functions
...
Make it deployable via its maven coordinates in
spring-cloud-function-deployer (it is deployed by default on start
up right now, but that's just a demo)
2017-01-03 15:16:13 +00:00
Dave Syer
7bcafabd20
Fix for another API change
2016-12-16 10:38:40 +00:00
Dave Syer
3ce376937e
Update to latest reactor-netty stack
2016-12-14 14:48:38 +00:00
markfisher
b0db0233be
add support for Supplier and Consumer
2016-10-14 20:40:48 -04:00
markfisher
8e5d631db9
support function composition for web and stream
2016-10-01 16:52:59 -04:00
markfisher
309993f0d4
file-based registry for serialized functions
2016-10-01 15:30:25 -04:00
markfisher
64d6975cfd
added boot plugin
2016-09-22 12:12:35 -04:00
markfisher
59376bbb0e
initial web support
2016-09-22 11:59:31 -04:00