Table of Contents

Namespace Pipelinez.Core.Destination

Classes

InMemoryPipelineDestination<T>

Provides a minimal in-memory destination that simply logs received records.

PipelineDestination<T>

Provides a base implementation for pipeline destinations backed by a Dataflow buffer.

Interfaces

IBatchedPipelineDestination<T>

Defines a destination that can process groups of pipeline containers in a single batch operation.

IPipelineDestination<T>

Defines a pipeline destination that consumes terminal pipeline containers.