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 PublishingEventPublishingFlow. 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 booleanPublishingFlow. addEvent(PublishingEvent publishingEvent)Method parameters in org.apache.synapse.aspects.flow.statistics.publishing with type arguments of type PublishingEvent Modifier and Type Method Description voidPublishingFlow. setEvents(ArrayList<PublishingEvent> events)
-