Trait ate::sink::EventSink[][src]

pub trait EventSink {
    fn feed(
        &mut self,
        _header: &EventHeader,
        _conversation: Option<&Arc<ConversationSession>>
    ) -> Result<(), SinkError> { ... }
fn reset(&mut self) { ... } }

Provided methods

fn feed(
    &mut self,
    _header: &EventHeader,
    _conversation: Option<&Arc<ConversationSession>>
) -> Result<(), SinkError>
[src]

fn reset(&mut self)[src]

Loading content...

Implementors

impl EventSink for AntiReplayPlugin[src]

impl EventSink for IndecisiveCompactor[src]

impl EventSink for RemoveDuplicatesCompactor[src]

impl EventSink for TombstoneCompactor[src]

impl EventSink for UselessIndexer[src]

impl EventSink for SignaturePlugin[src]

impl EventSink for TimestampEnforcer[src]

impl EventSink for TreeAuthorityPlugin[src]

impl EventSink for TreeCompactor[src]

Loading content...