Fix typo in the doc
Addresses https://github.com/spring-cloud/spring-cloud-stream/issues/679
This commit is contained in:
committed by
Ilayaperumal Gopinathan
parent
1e8434d32e
commit
4e3c43af44
@@ -1017,7 +1017,7 @@ Spring Cloud Stream can handle messages based on this information in two ways:
|
||||
* Through its `contentType` settings on inbound and outbound channels
|
||||
* Through its argument mapping performed for methods annotated with `@StreamListener`
|
||||
|
||||
Spring Cloud Stream allows you to declaratively configure type conversion for inputs and outputs using the `spring.cloud.stream.bindngs.<channelName>.content-type` property of a binding.
|
||||
Spring Cloud Stream allows you to declaratively configure type conversion for inputs and outputs using the `spring.cloud.stream.bindings.<channelName>.content-type` property of a binding.
|
||||
Note that general type conversion may also be accomplished easily by using a transformer inside your application.
|
||||
Currently, Spring Cloud Stream natively supports the following type conversions commonly used in streams:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user