@FunctionalInterface public interface ProcessingService
Modifier and Type | Method and Description |
---|---|
boolean |
process(Command command)
Triggers processing a given command in the 'Execution Engine'.
|
boolean process(Command command) throws ProcessingException
command
- The command to process.ProcessingException
- If an error occurs while processing the given command.Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries