After calling this method, client enters a loop, in which it waits for a "FrontendToClient" message and replies with single "ClientToFrontend" message.
(ctx context.Context, opts ...grpc.CallOption)
| 481 | // After calling this method, client enters a loop, in which it waits for |
| 482 | // a "FrontendToClient" message and replies with single "ClientToFrontend" message. |
| 483 | Process(ctx context.Context, opts ...grpc.CallOption) (Frontend_ProcessClient, error) |
| 484 | // The client notifies the query-frontend that it started a graceful shutdown. |
| 485 | NotifyClientShutdown(ctx context.Context, in *NotifyClientShutdownRequest, opts ...grpc.CallOption) (*NotifyClientShutdownResponse, error) |
| 486 | } |
no outgoing calls