Gets all root channels (i.e. channels the application has directly created). This does not include subchannels nor non-top level channels.
(ctx context.Context, in *GetTopChannelsRequest, opts ...grpc.CallOption)
| 59 | // Gets all root channels (i.e. channels the application has directly |
| 60 | // created). This does not include subchannels nor non-top level channels. |
| 61 | GetTopChannels(ctx context.Context, in *GetTopChannelsRequest, opts ...grpc.CallOption) (*GetTopChannelsResponse, error) |
| 62 | // Gets all servers that exist in the process. |
| 63 | GetServers(ctx context.Context, in *GetServersRequest, opts ...grpc.CallOption) (*GetServersResponse, error) |
| 64 | // Returns a single Server, or else a NOT_FOUND code. |
no outgoing calls