The type of the data that is sent from the client
The type of the data that is 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
The type of the metadata that is used to describe the endpoint. This should extend SimpleMeta, although for this code it is not strictly necessary
Generated using TypeDoc
An Endpoint is the fundamental unit upon which all of Estuary is built, being a union of EndpointFn and whatever metadata you choose to describe your endpoint with