public abstract class AbstractSequenceRouter extends FilteringOutboundRouter
ReactiveProcessor.ProcessingTypeexpressionManager, parserinitialised, logger, resultsHandler, routes, started, transactionConfigflowConstruct, messagingExceptionHandler, muleContext| Constructor and Description |
|---|
AbstractSequenceRouter() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
continueRoutingMessageAfter(Event response)
Lets subclasses decide if the routing of a given message should continue or not after receiving a given response from a
synchronous endpoint.
|
Event |
route(Event event) |
getFilter, getRoute, getTemplateRoute, getTransformers, initialise, isMatch, isTransformBeforeMatch, isUseTemplates, setFilter, setTransformers, setUseTemplatesaddRoute, createEventToRoute, dispose, doProcessRoute, getMuleContext, getOwnedMessageProcessors, getResultsHandler, getRouterStatistics, getRoutes, getTransactionConfig, 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 RoutingException
route in class FilteringOutboundRouterRoutingExceptionprotected abstract boolean continueRoutingMessageAfter(Event response) throws org.mule.runtime.api.exception.MuleException
response - the last received responseorg.mule.runtime.api.exception.MuleException - when the router should stop processing throwing an exception without returning any results to the
caller.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.