jar

org.bakeneko : spring-boot-starter-rabbitmq-rpc

Maven & Gradle

Oct 21, 2019
1 stars

Spring Boot RabbitMQ RPC · A library for automatic generation of RabbitMQ RPC clients

Table Of Contents

Latest Version

Download org.bakeneko : spring-boot-starter-rabbitmq-rpc JAR file - Latest Versions:

All Versions

Download org.bakeneko : spring-boot-starter-rabbitmq-rpc JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 spring-boot-starter-rabbitmq-rpc-0.0.3-beta.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.bakeneko.rabbitmq.rpc.factory

├─ org.bakeneko.rabbitmq.rpc.factory.ObjectMethodsDelegatingInvocationHandler.class - [JAR]

├─ org.bakeneko.rabbitmq.rpc.factory.RabbitClientAnnotationProcessor.class - [JAR]

├─ org.bakeneko.rabbitmq.rpc.factory.RabbitClientAnnotationProcessorImpl.class - [JAR]

├─ org.bakeneko.rabbitmq.rpc.factory.RabbitClientFactory.class - [JAR]

├─ org.bakeneko.rabbitmq.rpc.factory.RabbitClientFactoryImpl.class - [JAR]

├─ org.bakeneko.rabbitmq.rpc.factory.RabbitClientMetadata.class - [JAR]

├─ org.bakeneko.rabbitmq.rpc.factory.ReflectionUtils.class - [JAR]

org.bakeneko.rabbitmq.rpc.context

├─ org.bakeneko.rabbitmq.rpc.context.ContextSupport.class - [JAR]

├─ org.bakeneko.rabbitmq.rpc.context.ContextSupportImpl.class - [JAR]

├─ org.bakeneko.rabbitmq.rpc.context.PropertyReferenceResolver.class - [JAR]

├─ org.bakeneko.rabbitmq.rpc.context.PropertyReferenceResolverImpl.class - [JAR]

org.bakeneko.rabbitmq.rpc.generator

├─ org.bakeneko.rabbitmq.rpc.generator.ExchangeGenerator.class - [JAR]

├─ org.bakeneko.rabbitmq.rpc.generator.RoutingKeyGenerator.class - [JAR]

org.bakeneko.rabbitmq.rpc

├─ org.bakeneko.rabbitmq.rpc.EnableRabbitRPC.class - [JAR]

├─ org.bakeneko.rabbitmq.rpc.RabbitClient.class - [JAR]

├─ org.bakeneko.rabbitmq.rpc.RabbitClientConfigurationSelector.class - [JAR]

├─ org.bakeneko.rabbitmq.rpc.RabbitClientRegistrar.class - [JAR]

├─ org.bakeneko.rabbitmq.rpc.RabbitSender.class - [JAR]

Advertisement