Package org.apache.synapse.aspects
Class AspectConfigurationDetectionStrategy
- java.lang.Object
-
- org.apache.synapse.aspects.AspectConfigurationDetectionStrategy
-
public class AspectConfigurationDetectionStrategy extends Object
Take an AspectConfiguration based on some strategy - Currently only consider statistics
-
-
Constructor Summary
Constructors Constructor Description AspectConfigurationDetectionStrategy()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AspectConfiguration
getAspectConfiguration(MessageContext synCtx)
Factory method to create the AspectConfiguration when there is no a defined main sequence and only there is a set of mediators.
-
-
-
Method Detail
-
getAspectConfiguration
public static AspectConfiguration getAspectConfiguration(MessageContext synCtx)
Factory method to create the AspectConfiguration when there is no a defined main sequence and only there is a set of mediators. This is useful when collecting stats for messages going through the main sequence //TODO cache- Parameters:
synCtx
- Message Context- Returns:
- an AspectConfiguration instance
-
-