DOC

io.github.aresxue.boot : ares-boot-starter-rpc-adapter

Maven & Gradle

May 12, 2023

rpc快速使用,可自动从配置中心获取注册中心、线程池、超时时间等配置, 在rpc调用异常时将异常封装成标准响应对象返回给调用方,并自定义rpc telnet指令供开发测试使用, 业务可使用提供注解进行rpc服务的消费和提供,可实现消费和提供者服务批量管理,提供泛化调用工具 RPC use quickly, and the underlying implementation is currently dubbo, which can automatically obtain configurations such as registration center, thread pool, and timeout time from the configuration center. When dubbo calls an exception, it will encapsulate the exception into a standard response object and return it to the caller, and customize the dubbo telnet command. For development and testing, businesses can use annotations to consume and provide RPC services, realize batch management of consumption and provider services, and provide generalized calling tools

Table Of Contents

Latest Version

Download io.github.aresxue.boot : ares-boot-starter-rpc-adapter Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.aresxue.boot : ares-boot-starter-rpc-adapter Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

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