public class SensingNullRequestResponseMessageProcessor extends AbstractRequestResponseMessageProcessor
ReactiveProcessor.ProcessingType| Modifier and Type | Field and Description |
|---|---|
Thread |
requestThread |
Thread |
responseThread |
logger, muleContext, next| Constructor and Description |
|---|
SensingNullRequestResponseMessageProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
assertRequestResponseThreadsDifferent() |
void |
assertRequestResponseThreadsSame() |
protected CoreEvent |
processRequest(CoreEvent event)
Processes the request phase before the next message processor is invoked.
|
protected CoreEvent |
processResponse(CoreEvent response)
Processes the response phase after the next message processor and it's response phase have been invoked
|
apply, process, processCatch, processFinally, processRequest, processResponseapplyNext, getFlowConstruct, getListener, getMuleContext, isEventValid, processNext, processNext, setListener, setMuleContext, toStringgetAnnotation, getAnnotations, getLocation, getRootContainerLocation, setAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisBlocking, setListenergetProcessingTypepublic SensingNullRequestResponseMessageProcessor()
protected CoreEvent processRequest(CoreEvent 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 CoreEvent processResponse(CoreEvent 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–2022 MuleSoft, Inc.. All rights reserved.