jar

codes.sf : grpc-client-spring-boot

Maven & Gradle

Oct 26, 2018
19 stars

Spring Boot module for gRPC client apps · Allows Spring Boot-style configuration of gRPC stubs using properties and JavaConfig. Automatically registers gRPC stubs found on the classpath as beans with the ApplicationContext so they can be easily injected with @Autowired and other injection methods.

Table Of Contents

Latest Version

Download codes.sf : grpc-client-spring-boot JAR file - Latest Versions:

All Versions

Download codes.sf : grpc-client-spring-boot 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 grpc-client-spring-boot-0.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

codes.sf.springboot.grpc.client

├─ codes.sf.springboot.grpc.client.GrpcChannelSource.class - [JAR]

├─ codes.sf.springboot.grpc.client.GrpcStubPostProcessor.class - [JAR]

├─ codes.sf.springboot.grpc.client.GrpcStubScan.class - [JAR]

codes.sf.springboot.grpc.client.stubpostprocess

├─ codes.sf.springboot.grpc.client.stubpostprocess.GenericGrpcStubPostProcessor.class - [JAR]

├─ codes.sf.springboot.grpc.client.stubpostprocess.GenericGrpcStubPostProcessorAdapter.class - [JAR]

codes.sf.springboot.grpc.client.autoconfigure

├─ codes.sf.springboot.grpc.client.autoconfigure.GrpcClientAutoConfiguration.class - [JAR]

├─ codes.sf.springboot.grpc.client.autoconfigure.GrpcClientProperties.class - [JAR]

├─ codes.sf.springboot.grpc.client.autoconfigure.GrpcScanAnnotationParser.class - [JAR]

├─ codes.sf.springboot.grpc.client.autoconfigure.GrpcStubScannerConfiguration.class - [JAR]

codes.sf.springboot.grpc.client.context

├─ codes.sf.springboot.grpc.client.context.GrpcStubFactoryBean.class - [JAR]

├─ codes.sf.springboot.grpc.client.context.GrpcStubScanner.class - [JAR]