Class MessageFlowObserverStore

java.lang.Object
org.wso2.carbon.das.messageflow.data.publisher.data.MessageFlowObserverStore

public class MessageFlowObserverStore extends Object
  • Constructor Details

    • MessageFlowObserverStore

      public MessageFlowObserverStore()
  • Method Details

    • registerObserver

      public void registerObserver(MessageFlowObserver o)
      Register a custom statistics consumer to receive updates from this statistics store
      Parameters:
      o - The MediationStatisticsObserver instance to be notified of data updates
    • unregisterObserver

      public void unregisterObserver(MessageFlowObserver o)
      Unregister the custom statistics consumer from the mediation statistics store
      Parameters:
      o - The MediationStatisticsObserver instance to be removed
    • notifyObservers

      public void notifyObservers(org.apache.synapse.aspects.flow.statistics.publishing.PublishingFlow publishingFlow)