public interface SelectiveRouter extends Processor
MessageProcessors using a Filter to evaluate the event being processed and determine
if a given route should be used.
If the implementation supports the use of a default route then this will be used to route any events that don't match any other routes.
ReactiveProcessor.ProcessingType| Modifier and Type | Method and Description |
|---|---|
void |
addRoute(Processor processor,
Filter filter) |
void |
removeRoute(Processor processor) |
void |
setDefaultRoute(Processor processor) |
void |
updateRoute(Processor processor,
Filter filter) |
getProcessingTypeCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.