Skip to content

Commit

Permalink
Add more info into README
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Nov 27, 2023
1 parent 52e506e commit dceb61a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Spring Functions Catalog
= Spring Functions Catalog


In this repository, you will find a collection of components that can meet various data integration use cases and requirements.

The repository's primary focus is to provide a set of standalone Java functions that can be useful in the end-user applications as-is.

=== Reusable Functions
Most of these functions are, essentially, auto-configurations for specific https://docs.spring.io/spring-integration/reference/endpoint-summary.html#endpoint-summary[Spring Integration Channel Adapter].
These functions can be consumed in the target project any possible way, for example, the `FunctionFlowBuilder` from https://docs.spring.io/spring-cloud-function/docs/current/reference/html/spring-integration.html#spring-integration[Spring Cloud Function Integration] module can be used to compose an `IntegrationFlow` for any complex solution.

This functions catalog is also a foundation for https://spring.io/projects/spring-cloud-stream-applications[Spring Cloud Stream Applications] project.

== Reusable Functions

|===
| `java.util.Supplier` | `java.util.Function` | `java.util.Consumer`
Expand Down

0 comments on commit dceb61a

Please sign in to comment.