Interface InstantAction<V>


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

    Created: 2020/05/19

    • Method Detail

      • execute

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