Module drivers

Source
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§

mongodbmongodb
A driver implementation for the mongodb change stream backend.

Structs§

Item
The mongodb document that will be inserted in the collection to share requests/responses.

Enums§

ItemHeader
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.