Trait spring_stream::handler::TypedHandlerFactory  
source · pub trait TypedHandlerFactory:
    Send
    + Sync
    + 'static {
    // Required method
    fn install_consumer(&self, jobs: Consumers) -> Consumers;
}Expand description
TypeHandler is used to configure the spring-macro marked stream_listener handler