Table of Contents

Enum PipelineOverflowPolicy

Namespace
Pipelinez.Core.FlowControl
Assembly
Pipelinez.dll

Determines how publication behaves when the pipeline is saturated.

public enum PipelineOverflowPolicy

Fields

Cancel = 2

Cancel the publish request if it would need to wait for capacity.

Reject = 1

Reject the publish request immediately.

Wait = 0

Wait for capacity to become available.