Uses of Class
io.vertx.grpc.common.GrpcLocal
-
Packages that use GrpcLocal Package Description io.vertx.grpc.common -
-
Uses of GrpcLocal in io.vertx.grpc.common
Fields in io.vertx.grpc.common with type parameters of type GrpcLocal Modifier and Type Field Description static ContextLocal<GrpcLocal>
GrpcLocal. CONTEXT_LOCAL_KEY
Context local key.Methods in io.vertx.grpc.common that return GrpcLocal Modifier and Type Method Description static GrpcLocal
GrpcLocal. current()
static GrpcLocal
GrpcLocal. of(Context context)
-