Class RemoteInfinispanLogMinerEventProcessor

All Implemented Interfaces:
CacheProvider, LogMinerEventProcessor, AutoCloseable

public class RemoteInfinispanLogMinerEventProcessor extends AbstractInfinispanLogMinerEventProcessor implements CacheProvider
A concrete implementation of AbstractInfinispanLogMinerEventProcessor that uses Infinispan with the Hotrod client 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 represents parseable distributed cache setups for Infinispan.
Author:
Chris Cranford