vector::sources::util::framestream

Function build_framestream_unix_source

source
pub fn build_framestream_unix_source(
    frame_handler: impl UnixFrameHandler + Send + Sync + Clone + 'static,
    shutdown: ShutdownSignal,
    out: SourceSender,
) -> Result<Source>
Expand description

Based off of the build_unix_source function. Functions similarly, but uses the FrameStreamReader to deal with framestream control packets, and responds appropriately.