| Modifier and Type | Method and Description |
|---|---|
static OperationClient |
OperationClient.from(OperationKey key,
ExtensionManager extensionManager,
ExpressionManager expressionManager,
ExtensionConnectionSupplier extensionConnectionSupplier,
org.mule.runtime.api.exception.ErrorTypeRepository errorTypeRepository,
StreamingManager streamingManager,
ReflectionCache reflectionCache,
MuleContext muleContext) |
| Constructor and Description |
|---|
ConnectionInterceptor(ExtensionConnectionSupplier connectionSupplier) |
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionConnectionSupplier |
ComponentMessageProcessorBuilder.extensionConnectionSupplier |
| Constructor and Description |
|---|
PagingProviderProducer(org.mule.runtime.extension.api.runtime.streaming.PagingProvider<Object,T> delegate,
org.mule.runtime.extension.api.runtime.config.ConfigurationInstance config,
ExecutionContextAdapter executionContext,
ExtensionConnectionSupplier extensionConnectionSupplier) |
PagingProviderProducer(org.mule.runtime.extension.api.runtime.streaming.PagingProvider<Object,T> delegate,
org.mule.runtime.extension.api.runtime.config.ConfigurationInstance config,
ExecutionContextAdapter executionContext,
ExtensionConnectionSupplier extensionConnectionSupplier,
boolean supportsOAuth) |
PagingResultTransformer(ExtensionConnectionSupplier connectionSupplier,
boolean supportsOAuth) |
| Modifier and Type | Method and Description |
|---|---|
static InterceptorChain |
ReconnectionUtils.createReconnectionInterceptorsChain(org.mule.runtime.api.meta.model.ExtensionModel extensionModel,
org.mule.runtime.api.meta.model.ComponentModel componentModel,
ExtensionConnectionSupplier connectionSupplier,
ReflectionCache reflectionCache)
Creates an
InterceptorChain that enables reconnection for connected components |
static Optional<ResultTransformer> |
MuleExtensionUtils.getPagingResultTransformer(org.mule.runtime.api.meta.model.operation.OperationModel operationModel,
ExtensionConnectionSupplier extensionConnectionSupplier,
boolean supportsOAuth)
Returns a
ResultTransformer if the given operationModel supports auto paging. |
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.