Interface Layer1ApiDynamicHistoryListener.SnapshotState<T extends com.bookmap.api.Aggregation,E extends DynamicHistoryEvent>

Enclosing interface:
Layer1ApiDynamicHistoryListener

public static interface Layer1ApiDynamicHistoryListener.SnapshotState<T extends com.bookmap.api.Aggregation,E extends DynamicHistoryEvent>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    buildEventFromDelta(Long time, T aggregation, double currentSizeIncrement, double targetSizeIncrement)
     
  • Method Details

    • buildEventFromDelta

      E buildEventFromDelta(Long time, T aggregation, double currentSizeIncrement, double targetSizeIncrement)
    • applyAggregationToSnapshot

      void applyAggregationToSnapshot(T aggregation)