Enum PipelineOverflowPolicy
- Namespace
- Pipelinez.Core.FlowControl
- Assembly
- Pipelinez.dll
Determines how publication behaves when the pipeline is saturated.
public enum PipelineOverflowPolicy
Fields
Cancel = 2Cancel the publish request if it would need to wait for capacity.
Reject = 1Reject the publish request immediately.
Wait = 0Wait for capacity to become available.