| Package | Description |
|---|---|
| org.mule.extension.internal.apikit | |
| org.mule.extension.internal.routing |
| Modifier and Type | Method and Description |
|---|---|
protected abstract RoutingKey<InputPayload,InputAttr,Output> |
ApikitSource.getKey() |
| Modifier and Type | Method and Description |
|---|---|
Set<RoutingKey<?,?,?>> |
SourceExecutorRegistry.getRoutingKeys() |
| Modifier and Type | Method and Description |
|---|---|
<I,A,O> SourceExecutor<I,A,O> |
SourceExecutorRegistry.getSourceExecutor(RoutingKey<I,A,O> routingKey)
Retrieves an executor identified by the given
RoutingKey |
boolean |
SourceExecutorRegistry.hasSourceExecutor(RoutingKey<?,?,?> key) |
<I,A,O> void |
SourceExecutorRegistry.registerSourceExecutor(RoutingKey<I,A,O> routingKey,
SourceExecutor<I,A,O> executor)
Register an executor with the given
RoutingKey |
void |
SourceExecutorRegistry.unregisterSourceExecutor(RoutingKey<?,?,?> routingKey)
Removes the executor identified by the
RoutingKey |
| Modifier and Type | Class and Description |
|---|---|
class |
DataFetchingRoutingKey
Key implementation for routing and metadata of
DataFetcherSources |
class |
DataLoadingRoutingKey
Key implementation for routing and metadata of
DataLoaderSources |
Copyright © 2026 MuleSoft, Inc.. All rights reserved.