public interface IDependencyMaker
This interface is used to separate the event handlers which do not store states and dependency making which requires to store some information to make the dependencies.
Author:
Arnaud Fiorini
  • Method Details

    • processEvent

      void processEvent(ITmfEvent event, ITmfStateSystemBuilder ssb)
      Parameters:
      event - The event to process
      ssb - The state system builder to use to add the dependency
    • getApiEventCorrelationMap

      Map<Long,ITmfEvent> getApiEventCorrelationMap()
      Returns:
      A Map which stores the event correlations