Table of Contents

Method OnRejected

Namespace
LMKit.Agents.Resilience
Assembly
LM-Kit.NET.dll

OnRejected(Action<int, int>)

Sets a callback for when operations are rejected.

public BulkheadPolicy OnRejected(Action<int, int> onRejected)

Parameters

onRejected Action<int, int>

Callback with current executions and queue size.

Returns

BulkheadPolicy

This policy for method chaining.