public class DefaultResponseGenerator extends Object implements ResponseGenerator
ResponseGenerator creating a new CoreEvent for each request.| Constructor and Description |
|---|
DefaultResponseGenerator() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.core.api.event.CoreEvent |
create(org.mule.runtime.core.api.event.CoreEvent requestedEvent,
org.mule.runtime.core.api.event.CoreEvent cachedResponseEvent)
Generates a response event from a request and a cached response for the request.
|
public org.mule.runtime.core.api.event.CoreEvent create(org.mule.runtime.core.api.event.CoreEvent requestedEvent,
org.mule.runtime.core.api.event.CoreEvent cachedResponseEvent)
ResponseGeneratorcreate in interface ResponseGeneratorrequestedEvent - the request eventcachedResponseEvent - the cached response for the requestCopyright © 2006–2022 MuleSoft, Inc.. All rights reserved.