Type Alias Atof Endpoint 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 type AtofEndpointConfig = AtofStreamSinkConfig;

Backward-compatible name for an ATOF stream sink.

Aliased Type

pub struct AtofEndpointConfig {
    pub url: String,
    pub transport: AtofEndpointTransport,
    pub headers: HashMap<String, String>,
    pub header_env: HashMap<String, String>,
    pub timeout_millis: u64,
    pub field_name_policy: AtofEndpointFieldNamePolicy,
}

Fields

url: String

Endpoint URL.

transport: AtofEndpointTransport

Endpoint transport.

headers: HashMap<String, String>

Headers applied to endpoint requests or handshakes.

header_env: HashMap<String, String>

Header names mapped to environment variables containing their values.

timeout_millis: u64

Per-endpoint timeout in milliseconds.

field_name_policy: AtofEndpointFieldNamePolicy

Field name transformation policy applied before sending events.