Table of Contents

Class PipelinePartitionDrainedEventArgs

Namespace
Pipelinez.Core.Eventing
Assembly
Pipelinez.dll

Contains data for partition-drained notifications.

public sealed class PipelinePartitionDrainedEventArgs
Inheritance
PipelinePartitionDrainedEventArgs
Inherited Members

Constructors

PipelinePartitionDrainedEventArgs(PipelineRuntimeContext, PipelinePartitionLease)

Initializes a new partition-drained payload.

public PipelinePartitionDrainedEventArgs(PipelineRuntimeContext runtimeContext, PipelinePartitionLease partition)

Parameters

runtimeContext PipelineRuntimeContext
partition PipelinePartitionLease

Properties

Partition

Gets the partition that finished draining.

public PipelinePartitionLease Partition { get; }

Property Value

PipelinePartitionLease

RuntimeContext

Gets the current runtime context.

public PipelineRuntimeContext RuntimeContext { get; }

Property Value

PipelineRuntimeContext