Class PublishingFlow
- java.lang.Object
-
- org.apache.synapse.aspects.flow.statistics.publishing.PublishingFlow
-
public class PublishingFlow extends Object
-
-
Constructor Summary
Constructors Constructor Description PublishingFlow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
addEvent(PublishingEvent publishingEvent)
PublishingEvent
getEvent(int index)
ArrayList<PublishingEvent>
getEvents()
String
getMessageFlowId()
Map<String,Object>
getObjectAsMap()
ArrayList<PublishingPayload>
getPayloads()
void
setEvents(ArrayList<PublishingEvent> events)
void
setMessageFlowId(String messageFlowId)
void
setPayloads(Collection<PublishingPayload> values)
-
-
-
Method Detail
-
getEvent
public PublishingEvent getEvent(int index)
-
addEvent
public boolean addEvent(PublishingEvent publishingEvent)
-
getMessageFlowId
public String getMessageFlowId()
-
setMessageFlowId
public void setMessageFlowId(String messageFlowId)
-
getEvents
public ArrayList<PublishingEvent> getEvents()
-
setEvents
public void setEvents(ArrayList<PublishingEvent> events)
-
getPayloads
public ArrayList<PublishingPayload> getPayloads()
-
setPayloads
public void setPayloads(Collection<PublishingPayload> values)
-
-