Class MessageFlowObserverStore
java.lang.Object
org.wso2.carbon.das.messageflow.data.publisher.data.MessageFlowObserverStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyObservers(org.apache.synapse.aspects.flow.statistics.publishing.PublishingFlow publishingFlow) voidRegister a custom statistics consumer to receive updates from this statistics storevoidUnregister the custom statistics consumer from the mediation statistics store
-
Constructor Details
-
MessageFlowObserverStore
public MessageFlowObserverStore()
-
-
Method Details
-
registerObserver
Register a custom statistics consumer to receive updates from this statistics store- Parameters:
o- The MediationStatisticsObserver instance to be notified of data updates
-
unregisterObserver
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)
-