Class EmbeddedInfinispanLogMinerEventProcessor

All Implemented Interfaces:
CacheProvider, LogMinerEventProcessor, AutoCloseable

public class EmbeddedInfinispanLogMinerEventProcessor extends AbstractInfinispanLogMinerEventProcessor
A concrete implementation of AbstractInfinispanLogMinerEventProcessor that uses Infinispan in embedded mode to store transaction and mined event data in caches. The cache configurations are supplied via connector configurations and are expected to be valid XML that represent parseable local cache setups for Infinispan.
Author:
Chris Cranford