The type of individual data messages that are sent from the client
The type of individual data messages that are returned from the server
The type of the data that is used to communicate information about the request to estuary-rpc-client or from estuary-rpc-server to the server implementation
Generated using TypeDoc
A StreamingEndpoint is a specific type of endpoint that conceptually has Request and Response types (representing the type of the data that is flowing from the client and from the server respectively), but instead of taking in a Response and asynchronously returning a Response, it takes in a Duplex and asynchronously returns a void when the communication channel is established. The client and server code is then free to write messages to and read messages from the Duplex's streams.