public class NullSourceCallbackExecutor extends Object
SourceCallbackExecutor| Modifier and Type | Field and Description |
|---|---|
static NullSourceCallbackExecutor |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(CoreEvent event,
Map<String,Object> parameters,
org.mule.runtime.extension.api.runtime.source.SourceCallbackContext context,
org.mule.runtime.api.component.execution.CompletableCallback<Void> callback)
Executes the callback
|
public static final NullSourceCallbackExecutor INSTANCE
public void execute(CoreEvent event, Map<String,Object> parameters, org.mule.runtime.extension.api.runtime.source.SourceCallbackContext context, org.mule.runtime.api.component.execution.CompletableCallback<Void> callback)
event - the result CoreEventparameters - the callback's parameterscontext - a SourceCallbackContext @return the callback's resultcallback - the callback on which the result is to be signaledCopyright © 2003–2020 MuleSoft, Inc.. All rights reserved.