Enum data_streaming_service::streaming_client::StreamRequest [−][src]
pub enum StreamRequest {
GetAllAccounts(GetAllAccountsRequest),
GetAllEpochEndingLedgerInfos(GetAllEpochEndingLedgerInfosRequest),
GetAllTransactions(GetAllTransactionsRequest),
GetAllTransactionOutputs(GetAllTransactionOutputsRequest),
ContinuouslyStreamTransactions(ContinuouslyStreamTransactionsRequest),
ContinuouslyStreamTransactionOutputs(ContinuouslyStreamTransactionOutputsRequest),
TerminateStream(TerminateStreamRequest),
}Expand description
The data streaming request from the client.
Variants
GetAllAccounts(GetAllAccountsRequest)Tuple Fields of GetAllAccounts
GetAllEpochEndingLedgerInfos(GetAllEpochEndingLedgerInfosRequest)Tuple Fields of GetAllEpochEndingLedgerInfos
GetAllTransactions(GetAllTransactionsRequest)Tuple Fields of GetAllTransactions
GetAllTransactionOutputs(GetAllTransactionOutputsRequest)Tuple Fields of GetAllTransactionOutputs
ContinuouslyStreamTransactions(ContinuouslyStreamTransactionsRequest)Tuple Fields of ContinuouslyStreamTransactions
ContinuouslyStreamTransactionOutputs(ContinuouslyStreamTransactionOutputsRequest)Tuple Fields of ContinuouslyStreamTransactionOutputs
TerminateStream(TerminateStreamRequest)Tuple Fields of TerminateStream
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for StreamRequest
impl Send for StreamRequest
impl Sync for StreamRequest
impl Unpin for StreamRequest
impl UnwindSafe for StreamRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self