Function vector::sources::util::framestream::build_framestream_tcp_source

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

Based off of the build_framestream_unix_source function. Functions similarly, just uses TCP socket instead of unix socket