Uses of Class
io.quarkus.grpc.deployment.GrpcClientBuildItem.ClientType
-
Packages that use GrpcClientBuildItem.ClientType Package Description io.quarkus.grpc.deployment -
-
Uses of GrpcClientBuildItem.ClientType in io.quarkus.grpc.deployment
Fields in io.quarkus.grpc.deployment declared as GrpcClientBuildItem.ClientType Modifier and Type Field Description GrpcClientBuildItem.ClientTypeGrpcClientBuildItem.ClientInfo. typeMethods in io.quarkus.grpc.deployment that return GrpcClientBuildItem.ClientType Modifier and Type Method Description static GrpcClientBuildItem.ClientTypeGrpcClientBuildItem.ClientType. valueOf(String name)Returns the enum constant of this type with the specified name.static GrpcClientBuildItem.ClientType[]GrpcClientBuildItem.ClientType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.quarkus.grpc.deployment with parameters of type GrpcClientBuildItem.ClientType Constructor Description ClientInfo(org.jboss.jandex.DotName className, GrpcClientBuildItem.ClientType type, Set<String> interceptors)ClientInfo(org.jboss.jandex.DotName className, GrpcClientBuildItem.ClientType type, org.jboss.jandex.DotName implName, Set<String> interceptors)
-