Package org.openspaces.remoting
Interface MetaArgumentsHandler
- All Known Implementing Classes:
ScriptingMetaArgumentsHandler
public interface MetaArgumentsHandler
Meta argument handler can control the meta data objects that will be used for the remote
invocation.
- Author:
- kimchy
-
Method Summary
Modifier and TypeMethodDescriptionObject[]obtainMetaArguments(SpaceRemotingInvocation remotingEntry) Meta argument handler can control the meta data objects that will be used for the remote invocation.
-
Method Details
-
obtainMetaArguments
Meta argument handler can control the meta data objects that will be used for the remote invocation.
-