spring_stream::handler

Trait TypedHandlerRegistrar

source
pub trait TypedHandlerRegistrar:
    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

Required Methods§

Trait Implementations§

Implementors§