- All Implemented Interfaces:
- Function, com.gemstone.gemfire.lang.Identifiable, Serializable
public class PojoFunctionWrapper
extends Object
implements Function
Invokes a POJO's given method as a Gemfire remote function.
If the POJO has a constructor that takes a Map, and the function context is Region, the
region will be injected. The delegate class name, the method name, and the method arguments
are part of a remote function invocation, therefore all arguments must be serializable
or an alternate serialization method must be used.
The delegate class must be the class path of the remote cache(s)
- See Also:
- Serialized Form