@Deprecated public class MulticastingRouter extends AbstractSequenceRouter
MulticastingRouter will broadcast the current message to every endpoint registered with the router.
This class is deprecated since 3.5.0 and will be removed in Mule 4.0. Please use
ScatterGatherRouter instead.ReactiveProcessor.ProcessingTypeexpressionManager, parserinitialised, resultsHandler, routes, started, transactionConfigflowConstruct, messagingExceptionHandler, muleContext| Constructor and Description |
|---|
MulticastingRouter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
continueRoutingMessageAfter(Event response)
Deprecated.
Indicates that this router always routes messages to all the configured endpoints no matters what a given response is.
|
void |
initialise()
Deprecated.
|
routegetFilter, getRoute, getTemplateRoute, getTransformers, 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 void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableinitialise in class FilteringOutboundRouterorg.mule.runtime.api.lifecycle.InitialisationExceptionprotected boolean continueRoutingMessageAfter(Event response) throws org.mule.runtime.api.exception.MuleException
continueRoutingMessageAfter in class AbstractSequenceRouterresponse - 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.