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 TypeMethodDescriptioninvoke(FlowContext flowContext) Invoke the action method and return its result.
-
Method Details
-
invoke
Invoke the action method and return its result.- Parameters:
flowContext- the current request flow context- Returns:
- the action method return value, or
nullfor void methods
-