Class: GrpcReflection::Server

Inherits:
Grpc::Reflection::V1::ServerReflection::Service show all
Includes:
ServerShared
Defined in:
lib/grpc_reflection/server.rb

Instance Method Summary collapse

Methods included from ServerShared

#server_reflection_info_response

Instance Method Details

#server_reflection_info(req, _unused_call) ⇒ Object



8
9
10
# File 'lib/grpc_reflection/server.rb', line 8

def server_reflection_info(req, _unused_call)
  server_reflection_info_response(req, Grpc::Reflection::V1)
end