Package io.quarkus.grpc.deployment
Class GrpcCommonProcessor
java.lang.Object
io.quarkus.grpc.deployment.GrpcCommonProcessor
A processor used for both client and server
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidindexGrpcStub(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.IndexDependencyBuildItem> index) Index the gRPC stubs.
-
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
-