Uses of Interface
org.wso2.carbon.das.messageflow.data.publisher.observer.MessageFlowObserver
-
-
Uses of MessageFlowObserver in org.wso2.carbon.das.messageflow.data.publisher.data
Methods in org.wso2.carbon.das.messageflow.data.publisher.data with parameters of type MessageFlowObserver Modifier and Type Method Description void
MessageFlowObserverStore. registerObserver(MessageFlowObserver o)
Register a custom statistics consumer to receive updates from this statistics storevoid
MessageFlowObserverStore. unregisterObserver(MessageFlowObserver o)
Unregister the custom statistics consumer from the mediation statistics store -
Uses of MessageFlowObserver in org.wso2.carbon.das.messageflow.data.publisher.observer
Classes in org.wso2.carbon.das.messageflow.data.publisher.observer that implement MessageFlowObserver Modifier and Type Class Description class
AnalyticsMediationFlowObserver
-
Uses of MessageFlowObserver in org.wso2.carbon.das.messageflow.data.publisher.observer.jmx
Classes in org.wso2.carbon.das.messageflow.data.publisher.observer.jmx that implement MessageFlowObserver Modifier and Type Class Description class
JMXMediationFlowObserver
Publish statistics data for JMX monitoring.
-