spring_stream::handler

Trait TypedConsumer

source
pub trait TypedConsumer {
    // Required method
    fn typed_consumer<F: TypedHandlerRegistrar>(self, factory: F) -> Self;
}

Required Methods§

source

fn typed_consumer<F: TypedHandlerRegistrar>(self, factory: F) -> Self

Object Safety§

This trait is not object safe.

Implementors§