Uses of Class
io.quarkus.grpc.runtime.config.StorkConfig
-
Packages that use StorkConfig Package Description io.quarkus.grpc.runtime.config io.quarkus.grpc.runtime.stork -
-
Uses of StorkConfig in io.quarkus.grpc.runtime.config
Fields in io.quarkus.grpc.runtime.config declared as StorkConfig Modifier and Type Field Description StorkConfigGrpcClientConfiguration. storkConfigure Stork usage with new Vert.x gRPC, if enabled. -
Uses of StorkConfig in io.quarkus.grpc.runtime.stork
Constructors in io.quarkus.grpc.runtime.stork with parameters of type StorkConfig Constructor Description StorkGrpcChannel(io.vertx.grpc.client.GrpcClient client, String serviceName, StorkConfig stork, Executor executor)
-