Mark Fisher
95a34f6ab0
removed auto-startup=FALSE from sample source
2015-08-03 18:30:12 -04:00
Thomas Risberg
2408578c0a
Update README.md
2015-07-30 15:32:44 -04:00
Marius Bogoevici
37204febe2
support for binding descriptors per channel name
2015-07-23 11:22:53 -04:00
Marius Bogoevici
1a51c32f59
Renamed spring.cloud.channels to spring.cloud.stream in configuration
2015-07-21 23:22:12 -04:00
Ilayaperumal Gopinathan
06190b1353
Remove spring-xd-module dependency
...
- Remove `spring-xd-module` dependency from spring-cloud-stream
- Move `DateFormat` validation class to sample
2015-07-21 17:22:14 -04:00
David Turanski
35b74b00b3
Renamed MessageBus to Binder
...
- Renamed MessageBus to Binder
- Parameterized Binder interface
- Restored exclusion of spring-xd-codec
2015-07-21 15:34:29 -04:00
Dave Syer
c09b292d79
Use @EnableModule(Channels.class) instead of field declarations
...
Standard channel interface types of Sink, Source, Processor
are provided, but user can create others with @Input and
@Output MessageChannel methods.
To get the declared channels in an app you can use the
@ModuleChannels qualifier to inject the interface, e.g.
@ModuleChannels(Cafe.class) injects the channels defined
in the Cafe.
2015-07-16 21:44:05 -04:00
Mark Fisher
460bb140f2
fixed source/sink samples' input/output properties
2015-07-16 18:38:37 -04:00
Mark Fisher
23a818d79d
streams->stream and other edits
2015-07-16 18:29:00 -04:00
Glenn Renfro
f0f7187892
Code cleanup & port change for source & sink examples
2015-07-16 18:07:26 -04:00
Dave Syer
dafa0773b5
Change streams->stream
2015-07-15 08:25:44 +01:00