Uses of Interface
io.quarkus.grpc.runtime.config.GrpcClientConfiguration.StorkConfig
Packages that use GrpcClientConfiguration.StorkConfig
-
Uses of GrpcClientConfiguration.StorkConfig in io.quarkus.grpc.runtime.config
Methods in io.quarkus.grpc.runtime.config that return GrpcClientConfiguration.StorkConfigModifier and TypeMethodDescriptionGrpcClientConfiguration.stork()Configure Stork usage with new Vert.x gRPC, if enabled. -
Uses of GrpcClientConfiguration.StorkConfig in io.quarkus.grpc.runtime.stork
Constructors in io.quarkus.grpc.runtime.stork with parameters of type GrpcClientConfiguration.StorkConfigModifierConstructorDescriptionStorkGrpcChannel(io.vertx.grpc.client.GrpcClient client, String serviceName, GrpcClientConfiguration.StorkConfig stork, Executor executor)