class

MinknowApi::Debug::DebugService::Service

Inherits GRPC::Service < Reference < Object

Service is the generated abstract base class for server implementations. Subclass it and implement each RPC method, then register with GRPC::Server#handle.

Instance methods

connect_flow_cell(request : ConnectFlowCellRequest, ctx : GRPC::ServerContext) : ConnectFlowCellResponse
Source
disconnect_flow_cell(request : DisconnectFlowCellRequest, ctx : GRPC::ServerContext) : DisconnectFlowCellResponse
Source
dispatch(method : String, body : Bytes, ctx : GRPC::ServerContext) : Tuple(Bytes, GRPC::Status)

dispatch routes an incoming unary RPC call to the correct method implementation. Returns {response_body : Bytes, status : Status}.

Source
get_basecall_clients_states(request : GetBasecallClientState, ctx : GRPC::ServerContext) : GetBasecallClientResponse
Source
get_basecaller_server_state(request : GetBasecallServerState, ctx : GRPC::ServerContext) : GetBasecallServerResponse
Source
service_full_name

service_full_name returns the full gRPC service name (e.g. "helloworld.Greeter").

Source
simulate_frame_loss(request : SimulateFrameLossRequest, ctx : GRPC::ServerContext) : SimulateFrameLossResponse
Source