pub type DispatcherMessageBatch = MessageBatchInner<()>;
Aliased Type§
enum DispatcherMessageBatch {
Chunk(StreamChunk),
BarrierBatch(Vec<BarrierInner<()>>),
Watermark(Watermark),
}
Variants§
Implementations§
source§impl DispatcherMessageBatch
impl DispatcherMessageBatch
fn into_messages( self, ) -> Either<impl Iterator<Item = DispatcherMessage>, DispatcherMessage> ⓘ
source§impl DispatcherMessageBatch
impl DispatcherMessageBatch
pub fn to_protobuf(&self) -> PbStreamMessageBatch
pub fn from_protobuf(prost: &PbStreamMessageBatch) -> StreamExecutorResult<Self>
pub fn get_encoded_len(msg: &impl Message) -> usize
Trait Implementations§
source§impl From<MessageInner<()>> for DispatcherMessageBatch
impl From<MessageInner<()>> for DispatcherMessageBatch
source§fn from(m: DispatcherMessage) -> Self
fn from(m: DispatcherMessage) -> Self
Converts to this type from the input type.