Package eu.antidotedb.client.transformer

Transformers can be used to integrate middleware into the client.

The package contains examples for logging requests (LogTransformer) and for collecting simple simple statistics on the number of requests (CountingTransformer)

Transformers can be specified when creating a new AntidoteClient (see corresponding constructors).