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