Package com.aspectran.core.activity
Interface InstantAction<V>
public interface InstantAction<V>
An action to execute on Instant Activity.
Created: 2020/05/19
-
Method Summary
-
Method Details
-
execute
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
-