public class RoundRobin extends AbstractOutboundRouter
ReactiveProcessor.ProcessingTypeinitialised, logger, resultsHandler, routes, started, transactionConfigflowConstruct, messagingExceptionHandler, muleContext| Constructor and Description |
|---|
RoundRobin() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMatch(Event message,
Event.Builder builder)
Determines if the event should be processed
|
Event |
route(Event event)
Process the event using the next target route in sequence
|
addRoute, createEventToRoute, dispose, doProcessRoute, getMuleContext, getOwnedMessageProcessors, getResultsHandler, getRouterStatistics, getRoutes, getTransactionConfig, initialise, isDynamicRoutes, process, removeRoute, sendRequest, sendRequestEvent, setFlowConstruct, setMessageProcessors, setMuleContext, setResultsHandler, setRouterStatistics, setRoutes, setTransactionConfig, start, stopgetOwnedObjectsgetFlowConstruct, setMessagingExceptionHandlergetAnnotation, getAnnotations, getLocation, setAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProcessingTypepublic Event route(Event event) throws org.mule.runtime.api.exception.MuleException
route in class AbstractOutboundRouterorg.mule.runtime.api.exception.MuleExceptionpublic boolean isMatch(Event message, Event.Builder builder) throws org.mule.runtime.api.exception.MuleException
Matchablemessage - the current event to evaluatebuilder - an event builder in case the filter needs to make changes to the event.org.mule.runtime.api.exception.MuleException - if the event cannot be evaluatedCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.