File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,18 @@ Using [`@AsyncListener`](../configuration/documenting-consumers.md) and [`@Async
3131
3232The protocols with native support come along with a ` @_ProtocolName_Binding ` annotation to define protocol specific properties.
3333
34+ ### ` springwolf-<protocol>-binding ` bindings
35+
36+ Springwolf also provides some libraries to document bindings. Those libraries provide a light alternative (without 3rd party dependencies)
37+
38+ The supported binding annotations are:
39+
40+ | Protocol | Annotations | Latest Plugin Version |
41+ | ---------------| -------------------------------------| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
42+ | GooglePubSub | ` @GooglePubSubAsyncChannelBinding ` | ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.springwolf/springwolf-googlepubsub-binding?color=green&label=springwolf-googlepubsub-binding&style=plastic ) |
43+ | SNS | ` @SnsAsyncOperationBinding ` | ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.springwolf/springwolf-sns-binding?color=green&label=springwolf-sns-binding&style=plastic ) |
44+ | SQS | ` @SqsAsyncOperationBinding ` | ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.springwolf/springwolf-sqs-binding?color=green&label=springwolf-sqs-binding&style=plastic ) |
45+
3446::: info
3547See [ Add-Ons / Generic Annotation Binding] ( ../add-ons#generic-binding )
3648:::
You can’t perform that action at this time.
0 commit comments