Uses of Enum Class
io.quarkus.grpc.deployment.GrpcClientBuildItem.ClientType
Packages that use GrpcClientBuildItem.ClientType
-
Uses of GrpcClientBuildItem.ClientType in io.quarkus.grpc.deployment
Fields in io.quarkus.grpc.deployment declared as GrpcClientBuildItem.ClientTypeMethods in io.quarkus.grpc.deployment that return GrpcClientBuildItem.ClientTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static GrpcClientBuildItem.ClientType[]GrpcClientBuildItem.ClientType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.quarkus.grpc.deployment with parameters of type GrpcClientBuildItem.ClientTypeModifierConstructorDescriptionClientInfo(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)