Files
spring-cloud-stream/docs/modules/ROOT/pages
Soby Chacko bca3dd5566 DltAwareProcessor improvements
- Instead of using a BiFunction as a delegate, use standard Function that takes the full record
 - Remove Supplier<Long> that was used to handle record time stamps since this is no longer needed
 - Docs cleanup
2023-09-26 21:34:22 -04:00
..
2023-09-26 21:34:22 -04:00
2023-09-14 11:48:01 +02:00
2023-09-22 15:16:00 +02:00

:jdkversion: 17
:github-tag: master
:github-repo: spring-cloud/spring-cloud-stream

:github-raw: https://raw.githubusercontent.com/{github-repo}/{github-tag}
:github-code: https://github.com/{github-repo}/tree/{github-tag}

image::https://circleci.com/gh/spring-cloud/spring-cloud-stream.svg?style=svg["CircleCI", link="https://circleci.com/gh/spring-cloud/spring-cloud-stream"]
image::https://codecov.io/gh/spring-cloud/spring-cloud-stream/branch/{github-tag}/graph/badge.svg["codecov", link="https://codecov.io/gh/spring-cloud/spring-cloud-stream"]

// ======================================================================================

[[introduction]]
== Introduction


[[resources]]
== Resources

For more information, please visit the https://spring.io/projects/spring-cloud-stream[project website].