Interface SyncAction

  • All Superinterfaces:
    Action
    All Known Implementing Classes:
    CoreAction

    public interface SyncAction
    extends Action
    • Method Summary

      Modifier and Type Method Description
      default int runCycle​(long value)
      Apply a work function to an input value, producing an int status code.
      • Methods inherited from interface io.engineblock.activityapi.core.Action

        init
    • Method Detail

      • runCycle

        default int runCycle​(long value)

        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:
        value - a long input
        Returns:
        an int status