Interface InstantAction<V>


public interface InstantAction<V>
An action to execute on Instant Activity.

Created: 2020/05/19

  • Method Summary

    Modifier and Type
    Method
    Description
    Execute an instant action, and throw an exception if an error occurs during execution.
  • Method Details

    • execute

      V execute() throws Throwable
      Execute an instant action, and throw an exception if an error occurs during execution.
      Returns:
      the result of the execution
      Throws:
      Throwable - if an error occurs