Annotation Interface EventDrivenScriptingExecutor
Allows to inject a
ScriptingExecutor remoting proxy
using EventDrivenSpaceRemotingProxyFactoryBean.- Author:
- kimchy
- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanShould the remote invocation operate in a fifo manner.The name of theGigaSpaceinstance (representing the Space) that this remote invocation will occur on.longThe timeout value when using this async call in a sync manner.
-
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 timeoutThe timeout value when using this async call in a sync manner.- Default:
- 5000L
-
fifo
boolean fifoShould the remote invocation operate in a fifo manner.- Default:
- false
-