public class MessageFlowObserverStore extends Object
Constructor and Description |
---|
MessageFlowObserverStore() |
Modifier and Type | Method and Description |
---|---|
void |
notifyObservers(org.apache.synapse.aspects.flow.statistics.publishing.PublishingFlow publishingFlow) |
void |
registerObserver(MessageFlowObserver o)
Register a custom statistics consumer to receive updates from this
statistics store
|
void |
unregisterObserver(MessageFlowObserver o)
Unregister the custom statistics consumer from the mediation statistics store
|
public void registerObserver(MessageFlowObserver o)
o
- The MediationStatisticsObserver instance to be notified of data updatespublic void unregisterObserver(MessageFlowObserver o)
o
- The MediationStatisticsObserver instance to be removedpublic void notifyObservers(org.apache.synapse.aspects.flow.statistics.publishing.PublishingFlow publishingFlow)
Copyright © 2018 WSO2. All rights reserved.