public class NullSourceCallbackExecutor extends Object
SourceCallbackExecutor| Modifier and Type | Field and Description |
|---|---|
static NullSourceCallbackExecutor |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<Void> |
execute(CoreEvent event,
Map<String,Object> parameters,
org.mule.runtime.extension.api.runtime.source.SourceCallbackContext context)
Executes the callback
|
public static final NullSourceCallbackExecutor INSTANCE
public org.reactivestreams.Publisher<Void> execute(CoreEvent event, Map<String,Object> parameters, org.mule.runtime.extension.api.runtime.source.SourceCallbackContext context)
event - the result CoreEventcontext - a SourceCallbackContext @return the callback's resultnullCopyright © 2003–2024 MuleSoft, Inc.. All rights reserved.