public interface FunctionExecutionOnDataspace extends FunctionExecution
FunctionDefinition.getExecution()
Modifier and Type | Method and Description |
---|---|
FunctionResult |
execute(ExecutionContextOnDataspace context)
Executes at the dataspace level.
|
FunctionResult execute(ExecutionContextOnDataspace context) throws DPRAException
context
- The execution context on dataspace.DPRAException
- An exception with a user-friendly message in case an error is thrown.