Uses of Class
io.vertx.grpc.server.GrpcProtocol
-
Packages that use GrpcProtocol Package Description io.vertx.grpc.server -
-
Uses of GrpcProtocol in io.vertx.grpc.server
Methods in io.vertx.grpc.server that return GrpcProtocol Modifier and Type Method Description static GrpcProtocol
GrpcProtocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static GrpcProtocol[]
GrpcProtocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-