public virtual Task Egress(IAsyncStreamReader<EgressResponse> requestStream, IServerStreamWriter<EgressRequest> responseStream, ServerCallContext context)
Egress streams egress requests and responses. Logically, this is not
actually a streaming request, but uses streaming as a mechanism to flip
the client-server relationship of gRPC so that the server can act as a
client.
The listener, the RPC server, accepts connections from the dialer,
the RPC client.
The listener streams http requests and the dialer streams http responses.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `Tether.TetherBase` class within the Google Cloud Apigee Connect v1 API."],["The `Tether.TetherBase` class is the base for server-side implementations of the Tether service, inheriting from the `object` class."],["The API offers a method called `Egress`, which facilitates streaming of egress requests and responses, utilizing streaming to invert the client-server gRPC relationship."],["The latest version of this API is version 2.4.0, but various previous versions, ranging from 1.0.0 to 2.3.0, are also available."],["The `Egress` method uses `IAsyncStreamReader` and `IServerStreamWriter` for handling request and response streams, respectively, and requires a `ServerCallContext` for managing the server-side call."]]],[]]