Interface ActionMethodInvoke

All Known Implementing Classes:
DefaultActionMethodInvoke

public interface ActionMethodInvoke
Strategy interface for invoking action methods via MethodHandle.
Author:
渔民小镇
date:
2021-12-20
  • Method Summary

    Modifier and Type
    Method
    Description
    invoke(FlowContext flowContext)
    Invoke the action method and return its result.
  • Method Details

    • invoke

      Object invoke(FlowContext flowContext)
      Invoke the action method and return its result.
      Parameters:
      flowContext - the current request flow context
      Returns:
      the action method return value, or null for void methods