Class PublishingEvent
- java.lang.Object
-
- org.apache.synapse.aspects.flow.statistics.publishing.PublishingEvent
-
public class PublishingEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description PublishingEvent()
PublishingEvent(String flowId, int componentIndex, StatisticsLog statisticsLog, String entryPoint, Integer entryPointHashcode)
-
Method Summary
-
-
-
Constructor Detail
-
PublishingEvent
public PublishingEvent()
-
PublishingEvent
public PublishingEvent(String flowId, int componentIndex, StatisticsLog statisticsLog, String entryPoint, Integer entryPointHashcode)
-
-
Method Detail
-
getFlowId
public String getFlowId()
-
setFlowId
public void setFlowId(String flowId)
-
getComponentType
public String getComponentType()
-
setComponentType
public void setComponentType(String componentType)
-
getComponentName
public String getComponentName()
-
setComponentName
public void setComponentName(String componentName)
-
getComponentIndex
public Integer getComponentIndex()
-
getStartTime
public long getStartTime()
-
setStartTime
public void setStartTime(long startTime)
-
getEndTime
public long getEndTime()
-
setEndTime
public void setEndTime(long endTime)
-
getDuration
public long getDuration()
-
setDuration
public void setDuration(long duration)
-
getBeforePayload
public String getBeforePayload()
-
setBeforePayload
public void setBeforePayload(String beforePayload)
-
getAfterPayload
public String getAfterPayload()
-
setAfterPayload
public void setAfterPayload(String afterPayload)
-
getContextPropertyMap
public Map getContextPropertyMap()
-
setContextPropertyMap
public void setContextPropertyMap(Map contextPropertyMap)
-
getTransportPropertyMap
public Map getTransportPropertyMap()
-
setTransportPropertyMap
public void setTransportPropertyMap(Map transportPropertyMap)
-
getChildren
public Integer[] getChildren()
-
setChildren
public void setChildren(Integer[] children)
-
getEntryPoint
public String getEntryPoint()
-
setEntryPoint
public void setEntryPoint(String entryPoint)
-
getFaultCount
public int getFaultCount()
-
setFaultCount
public void setFaultCount(int faultCount)
-
getComponentId
public String getComponentId()
-
setComponentId
public void setComponentId(String componentId)
-
getHashCode
public Integer getHashCode()
-
setHashCode
public void setHashCode(Integer hashCode)
-
getEntryPointHashcode
public Integer getEntryPointHashcode()
-
setEntryPointHashcode
public void setEntryPointHashcode(Integer entryPointHashcode)
-
getElasticMetadata
public ElasticMetadata getElasticMetadata()
-
setElasticMetadata
public void setElasticMetadata(ElasticMetadata elasticMetadata)
-
-