risingwave_batch::rpc::service::exchange

Trait ExchangeWriter

source
pub trait ExchangeWriter: Send {
    // Required method
    async fn write(&mut self, resp: GetDataResponseResult) -> Result<()>;
}

Required Methods§

source

async fn write(&mut self, resp: GetDataResponseResult) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§