public interface ResponseGenerator
CoreEvent responses from an request event and a previously cached response.
There is no constraint on the way the response is generated, it could be the same cached response, or could be a new instance
with different properties.| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.core.api.event.CoreEvent |
create(org.mule.runtime.core.api.event.CoreEvent request,
org.mule.runtime.core.api.event.CoreEvent cachedResponse)
Generates a response event from a request and a cached response for the request.
|
org.mule.runtime.core.api.event.CoreEvent create(org.mule.runtime.core.api.event.CoreEvent request,
org.mule.runtime.core.api.event.CoreEvent cachedResponse)
request - the request eventcachedResponse - the cached response for the requestCopyright © 2006–2022 MuleSoft, Inc.. All rights reserved.