public class RedeliveryExceeded extends Object implements FlowConstructAware, org.mule.runtime.api.lifecycle.Initialisable, ReactiveProcessor
ReactiveProcessor.ProcessingType| Constructor and Description |
|---|
RedeliveryExceeded() |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<Event> |
apply(org.reactivestreams.Publisher<Event> eventPublisher) |
List<Processor> |
getMessageProcessors() |
void |
initialise() |
Event |
process(Event event) |
void |
setFlowConstruct(FlowConstruct flowConstruct) |
void |
setMessageProcessors(List<Processor> processors) |
clone, 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.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic Event process(Event event) throws org.mule.runtime.api.exception.MuleException
org.mule.runtime.api.exception.MuleExceptionpublic org.reactivestreams.Publisher<Event> apply(org.reactivestreams.Publisher<Event> eventPublisher)
public void setFlowConstruct(FlowConstruct flowConstruct)
setFlowConstruct in interface FlowConstructAwareCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.