public class RosettaRequestHandler extends Object implements org.mule.runtime.http.api.server.RequestHandler
| Constructor and Description |
|---|
RosettaRequestHandler(String ref,
DeliveryManager delivery)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addUsage(RosettaNetConfig config,
org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,MessageAttributes> callback)
Add usage configuration for this listener.
|
void |
handleRequest(org.mule.runtime.http.api.domain.request.HttpRequestContext context,
org.mule.runtime.http.api.server.async.HttpResponseReadyCallback callback) |
int |
removeUsage(RosettaNetConfig config,
boolean action)
Remove usage configuration for this listener.
|
public RosettaRequestHandler(String ref, DeliveryManager delivery)
ref - delivery - public void addUsage(RosettaNetConfig config, org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,MessageAttributes> callback)
config - callback - source callback if receiving an action, null if receiving a signalpublic int removeUsage(RosettaNetConfig config, boolean action)
config - action - true if receiving an action, false if receiving a signalpublic void handleRequest(org.mule.runtime.http.api.domain.request.HttpRequestContext context,
org.mule.runtime.http.api.server.async.HttpResponseReadyCallback callback)
handleRequest in interface org.mule.runtime.http.api.server.RequestHandlerCopyright © 2025 MuleSoft, Inc.. All rights reserved.