Expand description
Drivers are an abstraction over the pub/sub backend used by the adapter. You can use the provided implementation or implement your own.
Modules§
Structs§
- Item
- The mongodb document that will be inserted in the collection to share requests/responses.
Enums§
- Item
Header - A header to identify the type of message being sent, its origin, and its target.
Traits§
- Driver
- The driver trait can be used to support different MongoDB backends. It must share handlers/connection between its clones.