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 Integer
getAttribute()
int
getEventIndex()
void
setAttribute(Integer attribute)
void
setEventIndex(int eventIndex)
String
toString()
-
-
-
Constructor Detail
-
PublishingPayloadEvent
public PublishingPayloadEvent()
-
PublishingPayloadEvent
public PublishingPayloadEvent(int eventIndex, Integer attribute)
-
-