* Add `ReactiveMessageChannel` implementation based on the provided `Processor<?>` for internal dispatching logic. Implement the `Publisher<?>` contract to allow downstream `Subscriber<?>` * Add `ReactiveEndpoint` implementation to deal with the `ReactiveMessageChannel` through the Reactive Streams contract. * Add appropriate `ReactiveEndpoint` building logic to the `ConsumerEndpointFactoryBean` and `AbstractMethodAnnotationPostProcessor` * Rework Gateway to use `Publisher<?>` contract instead of `Promise` implementation.
3 lines
52 B
INI
3 lines
52 B
INI
version=5.0.0.BUILD-SNAPSHOT
|
|
org.gradle.daemon=true
|