Module data_streaming_service::data_stream
source · [−]Structs
Each data stream holds the original stream request from the client and tracks the progress of the data stream to satisfy that request (e.g., the data that has already been sent along the stream to the client and the in-flight Aptos data client requests that have been sent to the network).
Allows listening to data streams (i.e., streams of data notifications).
Type Definitions
A unique ID used to identify each stream.
A pointer to a thread-safe PendingClientResponse.