Rebus.Async
10.0.0
dotnet add package Rebus.Async --version 10.0.0
NuGet\Install-Package Rebus.Async -Version 10.0.0
<PackageReference Include="Rebus.Async" Version="10.0.0" />
<PackageVersion Include="Rebus.Async" Version="10.0.0" />
<PackageReference Include="Rebus.Async" />
paket add Rebus.Async --version 10.0.0
#r "nuget: Rebus.Async, 10.0.0"
#addin nuget:?package=Rebus.Async&version=10.0.0
#tool nuget:?package=Rebus.Async&version=10.0.0
Rebus.Async
Provides an extension to Rebus that allows for emulating synchronous request/reply in an asynchronous fashion.
⚠ While it can be handy in a few select places, if you're not too keen on introducing HTTP, Protobuf, or another RPC protocol, I do not really recommend that this package be used too much!(*)
Check this out – first you enable synchronous request/reply (must be done at both ends! i.e. both in the requestor and in the replier!):
services.AddRebus(
configure => configure
.(...)
.Options(o => o.EnableSynchronousRequestReply())
.(...)
);
and then you can
var reply = await _bus.SendRequest<SomeReply>(new SomeRequest(), timeout: TimeSpan.FromSeconds(7));
// we have the reply here :)
(*) The reason is that everything in Rebus revolves around providing nice mechanisms for doing asynchronous, durable messaging, and the "synchronous request/reply" thing conflicts a great deal with that.
The reason is that the requestor holds transient state after having issued a request, which will be lost if the process crashes, which in turn will result in a reply that has noone to handle it.
This might not be a problem, but I generally recommend that you try to model your code such that your messaging is truly asynchronous (i.e. requestors send their requests, replies are handled in a separate handler, possibly correlated with whatever you were doing by means of a correlation ID).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- rebus (>= 8.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
10.0.0 | 62,717 | 11/15/2023 |
10.0.0-alpha02 | 160 | 8/2/2023 |
10.0.0-alpha01 | 151 | 3/27/2023 |
9.0.0 | 30,128 | 2/28/2023 |
8.0.1 | 44,657 | 12/28/2022 |
8.0.0 | 412 | 12/28/2022 |
7.2.0 | 150,547 | 3/15/2021 |
7.1.0 | 77,745 | 3/4/2020 |
7.0.0 | 3,944 | 3/4/2020 |
7.0.0-b01 | 661 | 9/16/2019 |
6.0.2 | 18,708 | 8/26/2019 |
6.0.0 | 846 | 8/26/2019 |
5.0.1 | 2,616 | 8/9/2019 |
5.0.0 | 29,391 | 8/15/2017 |
5.0.0-b06 | 967 | 7/31/2017 |
5.0.0-b04 | 1,002 | 6/26/2017 |
5.0.0-b03 | 1,006 | 5/18/2017 |
5.0.0-b02 | 968 | 5/17/2017 |
5.0.0-b01 | 1,004 | 3/23/2017 |
4.0.0 | 19,273 | 1/5/2017 |
3.0.0 | 1,624 | 11/4/2016 |
2.0.0 | 1,707 | 9/20/2016 |
2.0.0-b01 | 982 | 9/9/2016 |
0.99.74 | 1,259 | 8/29/2016 |
0.99.73 | 1,324 | 8/12/2016 |
0.99.72 | 1,247 | 8/4/2016 |
0.99.71 | 1,503 | 8/3/2016 |
0.99.70 | 1,442 | 7/29/2016 |
0.99.68 | 1,290 | 7/18/2016 |
0.99.67 | 1,274 | 7/1/2016 |
0.99.66 | 1,242 | 6/28/2016 |
0.99.65 | 1,235 | 6/23/2016 |
0.99.64 | 1,239 | 6/22/2016 |
0.99.63 | 1,230 | 6/21/2016 |
0.99.62 | 1,254 | 6/17/2016 |
0.99.61 | 1,277 | 6/17/2016 |
0.99.60 | 1,317 | 6/15/2016 |
0.99.59 | 1,459 | 6/3/2016 |
0.99.58 | 1,333 | 5/24/2016 |
0.99.57 | 1,260 | 5/22/2016 |
0.99.56 | 1,262 | 5/22/2016 |
0.99.55 | 1,237 | 5/16/2016 |
0.99.54 | 1,213 | 5/12/2016 |
0.99.53 | 1,222 | 5/12/2016 |
0.99.52 | 1,228 | 5/11/2016 |
0.99.51 | 1,209 | 5/9/2016 |
0.99.50 | 1,345 | 4/13/2016 |
0.99.48 | 1,267 | 4/6/2016 |
0.99.47 | 1,248 | 3/31/2016 |
0.99.46 | 1,261 | 3/30/2016 |
0.99.45 | 1,282 | 3/29/2016 |
0.99.44 | 1,262 | 3/26/2016 |
0.99.43 | 1,264 | 3/26/2016 |
0.99.42 | 1,284 | 3/22/2016 |
0.99.41 | 1,256 | 3/17/2016 |
0.99.40 | 1,296 | 3/15/2016 |
0.99.39 | 1,272 | 3/14/2016 |
0.99.38 | 1,239 | 3/9/2016 |
0.99.37 | 1,258 | 3/9/2016 |
0.99.36 | 1,314 | 3/3/2016 |
0.99.35 | 1,251 | 2/22/2016 |
0.99.34 | 1,255 | 2/19/2016 |
0.84.0 | 58,108 | 5/15/2015 |
0.83.0 | 1,443 | 4/20/2015 |
0.82.1 | 1,363 | 4/16/2015 |
0.82.0 | 1,382 | 3/18/2015 |
0.81.0 | 1,343 | 3/12/2015 |
0.80.1 | 1,411 | 3/5/2015 |
0.80.0 | 1,393 | 2/19/2015 |
0.79.0 | 1,315 | 2/6/2015 |
0.78.2 | 1,314 | 2/6/2015 |
0.78.1 | 1,342 | 2/5/2015 |
0.78.0 | 1,387 | 1/29/2015 |
0.77.1 | 1,349 | 1/23/2015 |
0.77.0 | 1,392 | 1/15/2015 |
0.76.0 | 1,288 | 1/15/2015 |
0.75.2 | 1,327 | 1/3/2015 |
0.75.1 | 1,721 | 12/21/2014 |
0.75.0 | 1,547 | 12/2/2014 |
0.74.1 | 1,504 | 12/2/2014 |
0.74.0 | 1,465 | 11/30/2014 |
0.73.0 | 1,828 | 11/6/2014 |
0.72.0 | 1,596 | 11/5/2014 |
0.71.4 | 1,356 | 10/29/2014 |
0.71.3 | 1,359 | 10/20/2014 |
0.71.2 | 1,337 | 9/30/2014 |
0.71.1 | 1,416 | 9/19/2014 |
0.71.0 | 1,387 | 8/7/2014 |
0.70.3 | 1,479 | 8/4/2014 |
0.70.2 | 1,378 | 7/31/2014 |
0.70.1 | 1,360 | 7/17/2014 |
0.69.0 | 1,392 | 6/17/2014 |
0.68.0 | 1,406 | 6/5/2014 |
0.67.0 | 1,508 | 5/20/2014 |
0.66.0 | 1,435 | 5/9/2014 |
0.65.0 | 1,492 | 4/27/2014 |
0.64.1 | 1,589 | 4/25/2014 |
0.64.0 | 1,501 | 4/20/2014 |
0.63.1 | 1,407 | 4/19/2014 |
0.63.0 | 1,479 | 3/24/2014 |
0.62.0 | 1,438 | 3/12/2014 |
0.61.1 | 1,414 | 3/5/2014 |
0.61.0 | 1,430 | 3/4/2014 |
0.60.1 | 1,458 | 3/3/2014 |
0.60.0 | 1,460 | 3/3/2014 |
0.59.0 | 1,467 | 2/26/2014 |
0.58.2 | 1,489 | 2/24/2014 |
0.58.1 | 1,384 | 2/24/2014 |
0.58.0 | 1,350 | 2/24/2014 |
0.57.0 | 1,426 | 2/18/2014 |
0.56.1 | 1,407 | 2/4/2014 |
0.56.0 | 1,390 | 1/24/2014 |
0.55.1 | 1,389 | 1/20/2014 |
0.55.0 | 1,389 | 1/20/2014 |
0.54.8 | 1,376 | 1/20/2014 |
0.54.7 | 1,396 | 1/20/2014 |
0.54.6 | 1,358 | 1/20/2014 |
0.54.5 | 1,435 | 1/20/2014 |
0.54.4 | 1,388 | 1/11/2014 |
0.54.3 | 1,374 | 1/8/2014 |
0.54.1 | 1,352 | 12/16/2013 |
0.54.0 | 1,408 | 12/10/2013 |
0.53.1 | 1,339 | 12/9/2013 |
0.53.0 | 1,383 | 12/5/2013 |
0.52.0 | 1,432 | 12/4/2013 |
0.51.1 | 1,365 | 12/3/2013 |
0.51.0 | 1,386 | 12/3/2013 |
0.50.1 | 1,364 | 11/15/2013 |
0.50.0 | 1,364 | 11/15/2013 |
0.49.0 | 1,396 | 11/15/2013 |
0.48.0 | 1,398 | 11/12/2013 |
0.47.0 | 1,399 | 11/6/2013 |
0.46.0 | 1,498 | 10/29/2013 |
0.45.0 | 1,441 | 10/21/2013 |
0.44.5 | 1,375 | 10/11/2013 |
0.44.4 | 1,374 | 10/7/2013 |
0.44.3 | 1,396 | 10/4/2013 |
0.44.2 | 1,425 | 10/4/2013 |
0.44.1 | 1,491 | 10/2/2013 |
0.44.0 | 1,388 | 10/2/2013 |
0.43.1 | 1,470 | 9/24/2013 |
0.43.0 | 1,560 | 9/17/2013 |
0.42.0 | 1,427 | 9/17/2013 |
0.41.0 | 1,422 | 9/10/2013 |
0.40.1 | 1,420 | 9/9/2013 |
0.40.0 | 1,391 | 9/2/2013 |
0.39.0 | 1,357 | 8/29/2013 |
0.38.1 | 1,351 | 8/28/2013 |
0.38.0 | 1,376 | 8/28/2013 |
0.37.0 | 1,386 | 8/26/2013 |
0.36.1 | 1,334 | 8/25/2013 |
0.36.0 | 1,447 | 8/25/2013 |
0.35.6 | 1,415 | 8/20/2013 |
0.35.5 | 1,417 | 8/20/2013 |
0.35.4 | 1,418 | 8/19/2013 |
0.35.3 | 1,445 | 8/17/2013 |
0.35.2 | 1,410 | 8/15/2013 |
0.35.1 | 1,397 | 8/14/2013 |
0.35.0 | 1,415 | 8/6/2013 |