Class MessageFlowObserverStore


  • public class MessageFlowObserverStore
    extends Object
    • Constructor Detail

      • MessageFlowObserverStore

        public MessageFlowObserverStore()
    • Method Detail

      • 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)