pub struct NullEventProcessorBuilder {}
Expand description
An implementation of EventProcessorFactory that will discard all events received. This should only be used for unit tests.
Implementations
Create a new NullEventProcessorBuilder with all default values.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NullEventProcessorBuilder
impl Send for NullEventProcessorBuilder
impl Sync for NullEventProcessorBuilder
impl Unpin for NullEventProcessorBuilder
impl UnwindSafe for NullEventProcessorBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more