Interface Executable


public interface Executable
Since:
1.0
Author:
Lei Yang
  • Method Details

    • getInstance

      java.lang.Object getInstance()
    • getMethod

      java.lang.reflect.Method getMethod()
    • getInvocationModel

      default InvocationModel getInvocationModel()
    • postExecution

      default java.util.function.Consumer<ExecutedInstance> postExecution()