Uses of Class
org.apache.synapse.aspects.flow.statistics.publishing.PublishingEvent
-
Packages that use PublishingEvent Package Description org.apache.synapse.aspects.flow.statistics.publishing -
-
Uses of PublishingEvent in org.apache.synapse.aspects.flow.statistics.publishing
Methods in org.apache.synapse.aspects.flow.statistics.publishing that return PublishingEvent Modifier and Type Method Description PublishingEvent
PublishingFlow. getEvent(int index)
Methods in org.apache.synapse.aspects.flow.statistics.publishing that return types with arguments of type PublishingEvent Modifier and Type Method Description ArrayList<PublishingEvent>
PublishingFlow. getEvents()
Methods in org.apache.synapse.aspects.flow.statistics.publishing with parameters of type PublishingEvent Modifier and Type Method Description boolean
PublishingFlow. addEvent(PublishingEvent publishingEvent)
Method parameters in org.apache.synapse.aspects.flow.statistics.publishing with type arguments of type PublishingEvent Modifier and Type Method Description void
PublishingFlow. setEvents(ArrayList<PublishingEvent> events)
-