Class MessageFlowObserverStore
- java.lang.Object
-
- org.wso2.carbon.das.messageflow.data.publisher.data.MessageFlowObserverStore
-
public class MessageFlowObserverStore extends Object
-
-
Constructor Summary
Constructors Constructor Description MessageFlowObserverStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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 storevoid
unregisterObserver(MessageFlowObserver o)
Unregister the custom statistics consumer from the mediation statistics store
-
-
-
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)
-
-