Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olahallvall authored May 14, 2024
1 parent 4e23dcc commit f1da080
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ The Data that has been added, deleted or changed needs to be compensated for. It
FlowDance supports two types of Compensating actions;
* **HttpCompensatingAction**<br>
Support synchronously REST API calls via http.
```csharp
public HttpCompensatingAction(string url)
public HttpCompensatingAction(string url, string postData)
public HttpCompensatingAction(string url, string postData, Dictionary<string, string> headers)
```

* **AmqpCompensatingAction**<br>
Support asynchronous message-based communication via the amqp protocol over RabbitMQ.
Expand Down

0 comments on commit f1da080

Please sign in to comment.