Skip to content

Commit

Permalink
Merge pull request #39 from Exidrial/Add_longpolling_support
Browse files Browse the repository at this point in the history
Add AsyncResponseTimeout to support Long Polling
  • Loading branch information
jlucansky authored Aug 2, 2019
2 parents 1cd96ae + b4ec83e commit 4378491
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Camunda.Api.Client/ExternalTask/FetchExternalTasks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ public class FetchExternalTasks
/// </summary>
public bool UsePriority;

/// <summary>
/// The Long Polling timeout in milliseconds. The value cannot be set larger than 1.800.000 milliseconds (corresponds to 30 minutes).
/// </summary>
public long AsyncResponseTimeout;

/// <summary>
/// Array of topic objects for which external tasks should be fetched. The returned tasks may be arbitrarily distributed among these topics.
/// </summary>
Expand Down

0 comments on commit 4378491

Please sign in to comment.