Class PublishingPayloadEvent
- java.lang.Object
-
- org.apache.synapse.aspects.flow.statistics.publishing.PublishingPayloadEvent
-
public class PublishingPayloadEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description PublishingPayloadEvent()PublishingPayloadEvent(int eventIndex, Integer attribute)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetAttribute()intgetEventIndex()voidsetAttribute(Integer attribute)voidsetEventIndex(int eventIndex)StringtoString()
-
-
-
Constructor Detail
-
PublishingPayloadEvent
public PublishingPayloadEvent()
-
PublishingPayloadEvent
public PublishingPayloadEvent(int eventIndex, Integer attribute)
-
-