OutputMapper

Type Alias OutputMapper 

Source
pub type OutputMapper = Arc<dyn Fn(&HashMap<String, Value>) -> Vec<Event> + Sync + Send>;
Available on crate feature graph only.
Expand description

Type alias for output mapper function

Aliased Typeยง

pub struct OutputMapper { /* private fields */ }