Class MonitoredStoreDelegate<V extends Identifiable>

  • All Implemented Interfaces:
    MonitoredStoreInterface<V>

    public class MonitoredStoreDelegate<V extends Identifiable>
    extends Object
    implements MonitoredStoreInterface<V>
    This is the logic behind monitoring a store. It should be a class of any store that does monitoring and calls should be forwarded to it.

    Created by Jeff Gaynor
    on 3/29/23 at 6:22 AM