| Package | Description |
|---|---|
| org.mule.extension.internal.handlers | |
| org.mule.extension.internal.routing |
| Modifier and Type | Method and Description |
|---|---|
RoutingContext |
RequestHandler.handleRequest(org.apache.olingo.server.api.ODataRequest request,
org.apache.olingo.server.api.uri.UriInfo uriInfo,
SourceKind kind) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRoutingContext<C extends SuccessResponse>
Default routing context to keep track of the concurrent execution of the listener flow.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<RoutingKey<?,?,?>,Function<? extends org.mule.runtime.extension.api.runtime.operation.Result<?,?>,? extends RoutingContext>> |
RoutingManager.callbacks |
| Modifier and Type | Method and Description |
|---|---|
<T,A> RoutingContext |
RoutingManager.route(RoutingKey<T,A,?> routingKey,
org.mule.runtime.extension.api.runtime.operation.Result<T,A> sourceInput) |
| Modifier and Type | Method and Description |
|---|---|
<T,A,C> void |
RoutingManager.registerListener(RoutingKey<T,A,C> routingKey,
Function<org.mule.runtime.extension.api.runtime.operation.Result<T,A>,RoutingContext> callback,
C config) |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.