DOC

com.github.likavn : eventbus

Maven & Gradle

Feb 05, 2024
117 stars

eventbus · notify-spring-boot-starter消息组件,支持分布式业务消息总线、消息广播、延时消息等,屏蔽底层不同种类的消息引擎, 提供统一调用接口,可发送异步消息及延时消息,同时可订阅异步消息或延时消息,降低系统耦合度。 目前可选择基于redis、rabbitmq等任一一种做消息引擎,其他消息中间件将被陆续支持。 注意:它不属于消息中间件,他是通过和消息中间件整合,来完成服务之间消息通讯,类似于消息代理。

Table Of Contents

Latest Version

Download com.github.likavn : eventbus Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.likavn : eventbus Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0

How to open Javadoc JAR file in web browser

  1. Rename the file eventbus-2.0-javadoc.jar to eventbus-2.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder eventbus-2.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "eventbus-2.0-sources.jar" -d "eventbus-2.0-javadoc" -subpackages