public static final class SdkInternalContext.OperationExecutionParams extends Object
| Constructor and Description |
|---|
OperationExecutionParams(Optional<org.mule.runtime.extension.api.runtime.config.ConfigurationInstance> configuration,
Map<String,Object> parameters,
CoreEvent operationEvent,
org.mule.runtime.extension.api.runtime.operation.CompletableComponentExecutor.ExecutorCallback callback,
ExecutionContextAdapter executionContextAdapter) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.CompletableComponentExecutor.ExecutorCallback |
getCallback() |
Optional<org.mule.runtime.extension.api.runtime.config.ConfigurationInstance> |
getConfiguration() |
ExecutionContextAdapter |
getExecutionContextAdapter() |
CoreEvent |
getOperationEvent() |
Map<String,Object> |
getParameters() |
public OperationExecutionParams(Optional<org.mule.runtime.extension.api.runtime.config.ConfigurationInstance> configuration, Map<String,Object> parameters, CoreEvent operationEvent, org.mule.runtime.extension.api.runtime.operation.CompletableComponentExecutor.ExecutorCallback callback, ExecutionContextAdapter executionContextAdapter)
public Optional<org.mule.runtime.extension.api.runtime.config.ConfigurationInstance> getConfiguration()
public CoreEvent getOperationEvent()
public org.mule.runtime.extension.api.runtime.operation.CompletableComponentExecutor.ExecutorCallback getCallback()
public ExecutionContextAdapter getExecutionContextAdapter()
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.