[][src]Trait rust_transit::ConsumerGroup

pub trait ConsumerGroup {
    fn group() -> String;
}

Consumer Group trait, giving the group to use

Only one consumer within the same group will get an event

Required methods

fn group() -> String

the consumer group to use

Loading content...

Implementors

impl ConsumerGroup for StringAccumulateConsumer[src]

Loading content...