Enum Atof Sink Section Config

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.

pub enum AtofSinkSectionConfig {
    File(AtofFileSinkSectionConfig),
    Stream(AtofStreamSinkSectionConfig),
}

One plugin-managed destination for raw ATOF events.

Variants

File(AtofFileSinkSectionConfig)

File(AtofFileSinkSectionConfig)

A local JSONL file.

Stream(AtofStreamSinkSectionConfig)

Stream(AtofStreamSinkSectionConfig)

A remote stream.

Trait Implementations

impl Clone for AtofSinkSectionConfig

impl Clone for AtofSinkSectionConfig

clone

fn clone(&self) -> AtofSinkSectionConfig

clone_from

fn clone_from(&mut self, source: &Self)

impl Debug for AtofSinkSectionConfig

impl Debug for AtofSinkSectionConfig

fmt

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl<'de> Deserialize<'de> for AtofSinkSectionConfig

impl<'de> Deserialize<'de> for AtofSinkSectionConfig

deserialize

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,

impl Serialize for AtofSinkSectionConfig

impl Serialize for AtofSinkSectionConfig

serialize

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
    __S: Serializer,