DOC

com.github.likavn : notify-spring-boot-starter

Maven & Gradle

Jun 01, 2023
119 stars

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

Table Of Contents

Latest Version

Download com.github.likavn : notify-spring-boot-starter Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.likavn : notify-spring-boot-starter Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.6.x
1.3.x
1.1.x
1.0
0.1.x
0.1

How to open Javadoc JAR file in web browser

  1. Rename the file notify-spring-boot-starter-1.6.1-javadoc.jar to notify-spring-boot-starter-1.6.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder notify-spring-boot-starter-1.6.1-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 "notify-spring-boot-starter-1.6.1-sources.jar" -d "notify-spring-boot-starter-1.6.1-javadoc" -subpackages