| Modifier and Type | Class and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.connection.ConnectionHandler<?> |
ExtensionsConnectionAdapter.getConnection(ExecutionContextAdapter<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<Event> |
OperationMessageProcessor.doProcess(Event event,
ExecutionContextAdapter operationContext) |
protected reactor.core.publisher.Mono<Event> |
PagedOperationMessageProcessor.doProcess(Event event,
ExecutionContextAdapter operationContext) |
protected reactor.core.publisher.Mono<Event> |
InterceptingOperationMessageProcessor.doProcess(Event event,
ExecutionContextAdapter operationContext) |
org.reactivestreams.Publisher<Object> |
InterceptingExecutionMediator.execute(org.mule.runtime.extension.api.runtime.operation.OperationExecutor executor,
ExecutionContextAdapter context) |
org.reactivestreams.Publisher<Object> |
ExecutionMediator.execute(org.mule.runtime.extension.api.runtime.operation.OperationExecutor executor,
ExecutionContextAdapter context)
Coordinates the execution of the
executor using the given context |
org.reactivestreams.Publisher<Object> |
DefaultExecutionMediator.execute(org.mule.runtime.extension.api.runtime.operation.OperationExecutor executor,
ExecutionContextAdapter context)
Executes the operation per the specification in this classes' javadoc
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.