Interface CatchingInvocation


public interface CatchingInvocation
Since:
1.0
Author:
Lei Yang
  • Method Summary

    Modifier and Type Method Description
    InvocationOutcome<java.lang.Object> invoke()  
    static <T> InvocationOutcome<T> invoke​(java.util.concurrent.Callable<T> callable)