File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
springwolf-plugins/springwolf-kafka-plugin Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1313
1414### About
1515
16- This plugin generates an [ AsyncAPI document] ( https://www.asyncapi.com/ ) from ` @KafkaListener ` methods.
16+ This plugin generates an [ AsyncAPI document] ( https://www.asyncapi.com/ ) from:
17+ - ` @KafkaListener ` methods
18+ - ` @KafkaHandler ` methods in classes annotated with ` @KafkaListener `
1719
1820### Usage
1921
@@ -24,10 +26,10 @@ Add the following dependencies and configuration class to enable this plugin.
2426``` groovy
2527dependencies {
2628 // Provides the documentation API
27- implementation 'io.github.springwolf:springwolf-kafka:0.3 .0'
29+ implementation 'io.github.springwolf:springwolf-kafka:0.4 .0'
2830
2931 // Provides the UI - optional (recommended)
30- runtimeOnly 'io.github.springwolf:springwolf-ui:0.3.1 '
32+ runtimeOnly 'io.github.springwolf:springwolf-ui:0.4.0 '
3133}
3234```
3335
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99}
1010
1111group ' io.github.springwolf'
12- version ' 0.3 .0'
12+ version ' 0.4 .0'
1313sourceCompatibility = 1.8
1414
1515repositories {
You can’t perform that action at this time.
0 commit comments