Interface SyncAction
- All Superinterfaces:
Action
- All Known Implementing Classes:
CoreAction,StandardAction
public interface SyncAction extends Action
-
Method Summary
Modifier and Type Method Description default intrunCycle(long cycle)Apply a work function to an input value, producing an int status code.
-
Method Details
-
runCycle
default int runCycle(long cycle)Apply a work function to an input value, producing an int status code.
The meaning of status codes is activity specific, however the values Integer.MIN_VALUE, and Integer.MAX_VALUE are reserved.- Parameters:
cycle- a long input- Returns:
- an int status
-