| Package | Description |
|---|---|
| org.mule.runtime.core.execution |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<Void> |
ModuleFlowProcessingPhaseTemplate.sendFailureResponseToClient(MessagingException exception,
Map<String,Object> parameters,
ResponseCompletionCallback responseCompletionCallback) |
void |
AsyncResponseFlowProcessingPhaseTemplate.sendFailureResponseToClient(MessagingException exception,
ResponseCompletionCallback responseCompletionCallback) |
org.reactivestreams.Publisher<Void> |
ModuleFlowProcessingPhaseTemplate.sendResponseToClient(Event flowExecutionResponse,
Map<String,Object> parameters,
Function<Event,Map<String,Object>> errorResponseParametersFunction,
ResponseCompletionCallback responseCompletionCallback)
Template method to send a response after processing the message.
|
void |
AsyncResponseFlowProcessingPhaseTemplate.sendResponseToClient(Event event,
ResponseCompletionCallback responseCompletionCallback)
Template method to send a response after processing the message.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.