@NoImplement
public interface ExecutionResult
ExecutableComponent using an InputEvent instance. As well as providing the result
Event a way in which the execution can be completed is provided. This ensures that the all streams and any other
resources used in the execution are closed or cleaned up.| Modifier and Type | Method and Description |
|---|---|
void |
complete()
Must be called when the
ExecutableComponent caller no longer needs to read any stream payloads or variables and
resources can be closed. |
Event |
getEvent()
Obtain the result
Event |
void complete()
ExecutableComponent caller no longer needs to read any stream payloads or variables and
resources can be closed.Copyright © 2018 MuleSoft, Inc.. All rights reserved.