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).
-
Interface Summary Interface Description Transformer Transforms an Antidote request.TransformerFactory Creates transformers -
Class Summary Class Description CountingTransformer A Transformer, which counts how often each kind of operation has been executedLogTransformer A Transformer, which logs all messagesTransformerWithDownstream