File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
docs/versioned_docs/version-1.x/events Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Check out the following class if you want to customize the parameters used when
1818
1919## Dependencies
2020
21- <JavaDependency group = " com.github.philippheuer.events4j" name = " events4j-handler-reactor" version = " 0.12.2 " scope = " implementation" />
21+ <JavaDependency group = " com.github.philippheuer.events4j" name = " events4j-handler-reactor" version = " 0.12.3 " scope = " implementation" />
2222
2323## Set as default in Twitch4J and for eventManager.onEvent
2424
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ The SimpleEventHandler will process all events synchronously in the current thre
1414
1515## Dependencies
1616
17- <JavaDependency group = " com.github.philippheuer.events4j" name = " events4j-handler-simple" version = " 0.12.2 " scope = " implementation" />
17+ <JavaDependency group = " com.github.philippheuer.events4j" name = " events4j-handler-simple" version = " 0.12.3 " scope = " implementation" />
1818
1919## Set as default in Twitch4J and for eventManager.onEvent
2020
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ eventManager.getEventHandler(SimpleEventHandler).registerListener(myEventHandler
231231If desired you can also use the ` ReactorHandler ` to use reactive streams to process events (keep in mind that this will not work with android).
232232To enable reactor add the ` ReactorHandler ` dependency, it will be discovered and registered automatically.
233233
234- <JavaDependency group = " com.github.philippheuer.events4j" name = " events4j-handler-reactor" version = " 0.12.2 " scope = " implementation" />
234+ <JavaDependency group = " com.github.philippheuer.events4j" name = " events4j-handler-reactor" version = " 0.12.3 " scope = " implementation" />
235235
236236<Tabs groupId = " code" >
237237<TabItem value = " java" label = " Java" >
@@ -287,7 +287,7 @@ handlerReg.dispose();
287287If desired you can also use the ` SpringHandler ` to handle all events as Spring Application Events.
288288To enable reactor add the ` SpringHandler ` dependency, it will be discovered and registered automatically.
289289
290- <JavaDependency group = " com.github.philippheuer.events4j" name = " events4j-handler-spring" version = " 0.12.2 " scope = " implementation" />
290+ <JavaDependency group = " com.github.philippheuer.events4j" name = " events4j-handler-spring" version = " 0.12.3 " scope = " implementation" />
291291
292292## Event Catalog
293293
You can’t perform that action at this time.
0 commit comments