JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
spring.retry
Package
org.springframework.classify.util
Interface MethodInvoker
All Known Implementing Classes:
SimpleMethodInvoker
public interface
MethodInvoker
A strategy interface for invoking a method. Typically used by adapters.
Author:
Mark Fisher
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
invokeMethod
(
Object
... args)
Method Details
invokeMethod
Object
invokeMethod
(
Object
... args)