Class GrpcCommonProcessor

java.lang.Object
io.quarkus.grpc.deployment.GrpcCommonProcessor

public class GrpcCommonProcessor extends Object
A processor used for both client and server
  • Constructor Details

    • GrpcCommonProcessor

      public GrpcCommonProcessor()
  • Method Details

    • indexGrpcStub

      void indexGrpcStub(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.IndexDependencyBuildItem> index)
      Index the gRPC stubs. This is used to allows application find the classes generated from the proto file included in the dependency at build time.

      See #37312