Uses of Interface
org.apache.synapse.config.SynapseObserver
-
Packages that use SynapseObserver Package Description org.apache.synapse.aspects.flow.statistics org.apache.synapse.config -
-
Uses of SynapseObserver in org.apache.synapse.aspects.flow.statistics
Classes in org.apache.synapse.aspects.flow.statistics that implement SynapseObserver Modifier and Type Class Description class
StatisticSynapseConfigurationObserver
-
Uses of SynapseObserver in org.apache.synapse.config
Classes in org.apache.synapse.config that implement SynapseObserver Modifier and Type Class Description class
AbstractSynapseObserver
Methods in org.apache.synapse.config that return types with arguments of type SynapseObserver Modifier and Type Method Description List<SynapseObserver>
SynapseConfiguration. getObservers()
Methods in org.apache.synapse.config with parameters of type SynapseObserver Modifier and Type Method Description void
SynapseConfiguration. registerObserver(SynapseObserver o)
void
SynapseConfiguration. unregisterObserver(SynapseObserver observer)
-