| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExecutionContextAdapterDecorator<M extends org.mule.runtime.api.meta.model.ComponentModel>
Base helper class to use when decorating
ExecutionContextAdapters. |
class |
DefaultExecutionContext<M extends org.mule.runtime.api.meta.model.ComponentModel>
Default implementation of
ExecutionContextAdapter which adds additional information which is relevant to this
implementation of the extensions-api, even though it's not part of the API itself |
| Constructor and Description |
|---|
AbstractExecutionContextAdapterDecorator(ExecutionContextAdapter<M> decorated) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.connection.ConnectionHandler<?> |
ExtensionConnectionSupplier.getConnection(ExecutionContextAdapter<? extends org.mule.runtime.api.meta.model.ComponentModel> executionContext)
Returns the connection to be used with the
operationContext. |
| Modifier and Type | Method and Description |
|---|---|
protected reactor.core.publisher.Mono<CoreEvent> |
OAuthOperationMessageProcessor.doProcess(CoreEvent event,
ExecutionContextAdapter<org.mule.runtime.api.meta.model.operation.OperationModel> operationContext) |
protected reactor.core.publisher.Mono<CoreEvent> |
ComponentMessageProcessor.doProcess(CoreEvent event,
ExecutionContextAdapter<T> operationContext) |
org.reactivestreams.Publisher<Object> |
ExecutionMediator.execute(org.mule.runtime.extension.api.runtime.operation.ComponentExecutor<T> executor,
ExecutionContextAdapter<T> context)
Coordinates the execution of the
executor using the given context |
org.reactivestreams.Publisher<Object> |
DefaultExecutionMediator.execute(org.mule.runtime.extension.api.runtime.operation.ComponentExecutor<T> executor,
ExecutionContextAdapter<T> context)
Executes the operation per the specification in this classes' javadoc
|
| 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 connectionSupplier) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.