Class AbstractUpdateListener<R,​T>

  • Type Parameters:
    R - data resource to access
    T - document type to store
    All Implemented Interfaces:
    UpdateListenerProtocol<R,​T>
    Direct Known Subclasses:
    DefaultUpdateListener

    public abstract class AbstractUpdateListener<R,​T>
    extends Object
    implements UpdateListenerProtocol<R,​T>
    Mongo shadow update listener implementation to synchronize BarbelHisto backbone updates to external data source.
    Author:
    Niklas Schlimm