Module artemis::default_exchanges[][src]

This module contains the default exchanges. Note that these require the default-exchanges feature.

Structs

CacheExchange

The default caching exchange.

DedupExchange

The default deduplication exchange.

FetchExchange

The default fetch exchange.

TerminatorExchange

The terminating exchange. This will always be the last exchange in the chain and will simply return an error if called.