public class PublishingFlow extends Object
Constructor and Description |
---|
PublishingFlow() |
Modifier and Type | Method and 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) |
public PublishingEvent getEvent(int index)
public boolean addEvent(PublishingEvent publishingEvent)
public String getMessageFlowId()
public void setMessageFlowId(String messageFlowId)
public ArrayList<PublishingEvent> getEvents()
public void setEvents(ArrayList<PublishingEvent> events)
public ArrayList<PublishingPayload> getPayloads()
public void setPayloads(Collection<PublishingPayload> values)
Copyright © 2005–2017 Apache Software Foundation. All rights reserved.