public class CompletionCallbackWrapper extends Object
| Constructor and Description |
|---|
CompletionCallbackWrapper(org.mule.runtime.extension.api.runtime.process.CompletionCallback delegate,
org.mule.runtime.core.api.event.CoreEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
error(Throwable e) |
org.mule.runtime.extension.api.runtime.process.CompletionCallback |
getDelegate() |
org.mule.runtime.core.api.event.CoreEvent |
getEvent() |
void |
setDelegate(org.mule.runtime.extension.api.runtime.process.CompletionCallback delegate) |
void |
setEvent(org.mule.runtime.core.api.event.CoreEvent event) |
void |
success(org.mule.runtime.extension.api.runtime.operation.Result<Object,Object> result) |
public CompletionCallbackWrapper(org.mule.runtime.extension.api.runtime.process.CompletionCallback delegate,
org.mule.runtime.core.api.event.CoreEvent event)
public org.mule.runtime.extension.api.runtime.process.CompletionCallback getDelegate()
public void setDelegate(org.mule.runtime.extension.api.runtime.process.CompletionCallback delegate)
public org.mule.runtime.core.api.event.CoreEvent getEvent()
public void setEvent(org.mule.runtime.core.api.event.CoreEvent event)
public void success(org.mule.runtime.extension.api.runtime.operation.Result<Object,Object> result)
public void error(Throwable e)
Copyright © 2024 MuleSoft, Inc.. All rights reserved.