Class SynapseConfigurableCorrelationLogService
- java.lang.Object
-
- org.wso2.carbon.mediation.commons.correlation.SynapseConfigurableCorrelationLogService
-
- All Implemented Interfaces:
org.wso2.carbon.logging.correlation.CorrelationLogConfigurable
public class SynapseConfigurableCorrelationLogService extends Object implements org.wso2.carbon.logging.correlation.CorrelationLogConfigurable
-
-
Constructor Summary
Constructors Constructor Description SynapseConfigurableCorrelationLogService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.wso2.carbon.logging.correlation.bean.ImmutableCorrelationLogConfig
getConfiguration()
String
getName()
void
onConfigure(org.wso2.carbon.logging.correlation.bean.ImmutableCorrelationLogConfig immutableCorrelationLogConfig)
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceorg.wso2.carbon.logging.correlation.CorrelationLogConfigurable
-
getConfiguration
public org.wso2.carbon.logging.correlation.bean.ImmutableCorrelationLogConfig getConfiguration()
- Specified by:
getConfiguration
in interfaceorg.wso2.carbon.logging.correlation.CorrelationLogConfigurable
-
onConfigure
public void onConfigure(org.wso2.carbon.logging.correlation.bean.ImmutableCorrelationLogConfig immutableCorrelationLogConfig)
- Specified by:
onConfigure
in interfaceorg.wso2.carbon.logging.correlation.CorrelationLogConfigurable
-
-