public interface SuccessResponse
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.util.MultiMap<String,Object> |
getFlowResponseMetadataProperties()
Returns a map of metadata associated with the response of the flow.
|
org.mule.runtime.api.metadata.TypedValue<InputStream> |
getResponseContent()
Returns response body payload.
|
boolean |
isRaw()
Returns true if this response has to be processed like
RawEntitySuccessResponse or
RawEntityCollectionSuccessResponse. |
org.mule.runtime.api.metadata.TypedValue<InputStream> getResponseContent()
org.mule.runtime.api.util.MultiMap<String,Object> getFlowResponseMetadataProperties()
boolean isRaw()
RawEntitySuccessResponse or
RawEntityCollectionSuccessResponse.Copyright © 2024 MuleSoft, Inc.. All rights reserved.