Package org.openspaces.remoting
Annotation Interface ExecutorProxy
An annotation used to inject
ExecutorSpaceRemotingProxyFactoryBean into a field.- Author:
- kimchy
- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanThe name of theGigaSpaceinstance (representing the Space) that this remote invocation will occur on.booleanlong
-
Element Details
-
gigaSpace
String gigaSpaceThe name of theGigaSpaceinstance (representing the Space) that this remote invocation will occur on.If there is only one instance of
GigaSpace, will defualt to it. If not, will throw an exception if not defined.- Default:
- ""
-
timeout
long timeout- Default:
- 60000L
-
broadcast
boolean broadcast- Default:
- false
-
remoteRoutingHandler
String remoteRoutingHandler- Default:
- ""
-
remoteRoutingHandlerType
Class remoteRoutingHandlerType- Default:
- java.lang.Object.class
-
metaArgumentsHandler
String metaArgumentsHandler- Default:
- ""
-
metaArgumentsHandlerType
Class metaArgumentsHandlerType- Default:
- java.lang.Object.class
-
remoteInvocationAspect
String remoteInvocationAspect- Default:
- ""
-
remoteInvocationAspectType
Class remoteInvocationAspectType- Default:
- java.lang.Object.class
-
remoteResultReducer
String remoteResultReducer- Default:
- ""
-
remoteResultReducerType
Class remoteResultReducerType- Default:
- java.lang.Object.class
-
returnFirstResult
boolean returnFirstResult- Default:
- true
-