https://github.com/particular/nservicebus.callbacks
https://github.com/particular/nservicebus.callbacks
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/particular/nservicebus.callbacks
- Owner: Particular
- License: other
- Created: 2015-07-17T13:43:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2026-05-05T20:52:00.000Z (about 1 month ago)
- Last Synced: 2026-05-05T21:16:58.646Z (about 1 month ago)
- Language: C#
- Homepage: https://docs.particular.net/nservicebus/messaging/callbacks
- Size: 946 KB
- Stars: 2
- Watchers: 3
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Security: SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# NServiceBus.Callbacks
NServiceBus.Callbacks is an extension for NServiceBus to support defining callbacks on send operations. Callbacks can be used to map a response message to a stateful resource (e.g. an HTTP Request) without needing to use a message handler.
It is part of the [Particular Service Platform](https://particular.net/service-platform), which includes [NServiceBus](https://particular.net/nservicebus) and tools to build, monitor, and debug distributed systems.
See the [Client-side callbacks documentation](https://docs.particular.net/nservicebus/messaging/callbacks) for more details on how to use it.
## Running tests locally
To test callbacks, install the testing package via NuGet:
```
Install-Package NServiceBus.Callbacks.Testing
```