public class SensingNullRequestResponseMessageProcessor extends AbstractRequestResponseMessageProcessor
ReactiveProcessor.ProcessingType| Modifier and Type | Field and Description |
|---|---|
Thread |
requestThread |
Thread |
responseThread |
flowConstruct, logger, muleContext, next| Constructor and Description |
|---|
SensingNullRequestResponseMessageProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
assertRequestResponseThreadsDifferent() |
void |
assertRequestResponseThreadsSame() |
protected Event |
processRequest(Event event)
Processes the request phase before the next message processor is invoked.
|
protected Event |
processResponse(Event response)
Processes the response phase after the next message processor and it's response phase have been invoked
|
apply, process, processCatch, processFinally, processRequest, processResponseapplyNext, getListener, getMuleContext, isEventValid, processNext, setFlowConstruct, setListener, setMuleContext, toStringgetAnnotation, getAnnotations, getLocation, setAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetListenergetProcessingTypepublic SensingNullRequestResponseMessageProcessor()
protected Event processRequest(Event event) throws org.mule.runtime.api.exception.MuleException
AbstractRequestResponseMessageProcessorprocessRequest in class AbstractRequestResponseMessageProcessorevent - event to be processed.org.mule.runtime.api.exception.MuleException - exception thrown by implementations of this method whiile performing response processingprotected Event processResponse(Event response) throws org.mule.runtime.api.exception.MuleException
AbstractRequestResponseMessageProcessorprocessResponse in class AbstractRequestResponseMessageProcessorresponse - response event to be processed.org.mule.runtime.api.exception.MuleException - exception thrown by implementations of this method whiile performing response processingpublic void assertRequestResponseThreadsDifferent()
public void assertRequestResponseThreadsSame()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.