jar

vip.toby.rpc : simple-rpc

Maven & Gradle

Aug 15, 2023
6 stars

simple-rpc · Simple-rpc is a very lightweight RPC call framework based on RabbitMQ message queues, developed using Spring-Boot.

Table Of Contents

Latest Version

Download vip.toby.rpc : simple-rpc JAR file - Latest Versions:

All Versions

Download vip.toby.rpc : simple-rpc JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window simple-rpc-2.0.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

vip.toby.rpc.annotation

├─ vip.toby.rpc.annotation.EnableSimpleRpc.class - [JAR]

├─ vip.toby.rpc.annotation.RpcClient.class - [JAR]

├─ vip.toby.rpc.annotation.RpcClientMethod.class - [JAR]

├─ vip.toby.rpc.annotation.RpcDTO.class - [JAR]

├─ vip.toby.rpc.annotation.RpcServer.class - [JAR]

├─ vip.toby.rpc.annotation.RpcServerMethod.class - [JAR]

vip.toby.rpc.client

├─ vip.toby.rpc.client.ClassPathRpcClientScanner.class - [JAR]

├─ vip.toby.rpc.client.RpcClientConfigurationSupport.class - [JAR]

├─ vip.toby.rpc.client.RpcClientConfigurer.class - [JAR]

├─ vip.toby.rpc.client.RpcClientConfigurerRegistrar.class - [JAR]

├─ vip.toby.rpc.client.RpcClientProxy.class - [JAR]

├─ vip.toby.rpc.client.RpcClientProxyFactory.class - [JAR]

├─ vip.toby.rpc.client.RpcClientRegistry.class - [JAR]

├─ vip.toby.rpc.client.RpcClientScannerConfigurer.class - [JAR]

├─ vip.toby.rpc.client.RpcClientScannerRegistrar.class - [JAR]

vip.toby.rpc.properties

├─ vip.toby.rpc.properties.RpcProperties.class - [JAR]

vip.toby.rpc.server

├─ vip.toby.rpc.server.RpcServerHandler.class - [JAR]

├─ vip.toby.rpc.server.RpcServerHandlerInterceptor.class - [JAR]

├─ vip.toby.rpc.server.RpcServerPostProcessor.class - [JAR]

vip.toby.rpc.config

├─ vip.toby.rpc.config.RpcDeferredImportSelector.class - [JAR]

vip.toby.rpc.entity

├─ vip.toby.rpc.entity.ErrorCode.class - [JAR]

├─ vip.toby.rpc.entity.OperateStatus.class - [JAR]

├─ vip.toby.rpc.entity.RpcDelayDTO.class - [JAR]

├─ vip.toby.rpc.entity.RpcMode.class - [JAR]

├─ vip.toby.rpc.entity.RpcResult.class - [JAR]

├─ vip.toby.rpc.entity.RpcType.class - [JAR]

├─ vip.toby.rpc.entity.ServerResult.class - [JAR]

├─ vip.toby.rpc.entity.ServerStatus.class - [JAR]