public abstract class BaseValueProvider extends Object implements org.mule.runtime.extension.api.values.ValueProvider
| Modifier and Type | Field and Description |
|---|---|
protected org.mule.runtime.core.api.el.ExpressionManager |
expressionManager |
protected org.mule.runtime.http.api.HttpService |
httpService |
protected org.mule.runtime.api.scheduler.SchedulerService |
schedulerService |
| Constructor and Description |
|---|
BaseValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,Void> |
createCallbackHandler(CountDownLatch countDownLatch,
org.mule.runtime.api.util.Reference<Set<org.mule.runtime.api.value.Value>> values,
org.mule.runtime.api.util.Reference<Throwable> throwableReference,
String expression) |
@Inject protected org.mule.runtime.http.api.HttpService httpService
@Inject protected org.mule.runtime.api.scheduler.SchedulerService schedulerService
@Inject protected org.mule.runtime.core.api.el.ExpressionManager expressionManager
protected org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,Void> createCallbackHandler(CountDownLatch countDownLatch, org.mule.runtime.api.util.Reference<Set<org.mule.runtime.api.value.Value>> values, org.mule.runtime.api.util.Reference<Throwable> throwableReference, String expression)
Copyright © 2023 MuleSoft, Inc.. All rights reserved.