public interface MessageSourceResponseParametersProcessor
Event to the response parameters of the success
and failure response functions.| Modifier and Type | Method and Description |
|---|---|
CheckedFunction<Event,Map<String,Object>> |
getFailedExecutionResponseParametersFunction()
Generates the failure response function parameters.
|
CheckedFunction<Event,Map<String,Object>> |
getSuccessfulExecutionResponseParametersFunction()
Generates the response function parameters.
|
CheckedFunction<Event,Map<String,Object>> getSuccessfulExecutionResponseParametersFunction()
Message that will be routed through the source policy pipeline.CheckedFunction<Event,Map<String,Object>> getFailedExecutionResponseParametersFunction()
Message that will be routed through the source policy pipeline.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.