Package org.openspaces.remoting
Annotation Interface EventDrivenProxy
An annotation used to inject
EventDrivenSpaceRemotingProxyFactoryBean
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.booleanThe bean name that implements this interface.The Class that implements this interface.The bean name that implements this interface.The class that implements this interface.The bean name that implements this interface.The class that implements this interface.longboolean
-
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:
- ""
-
fifo
boolean fifo- Default:
- false
-
timeout
long timeout- Default:
- 60000L
-
globalOneWay
boolean globalOneWay- Default:
- false
-
voidOneWay
boolean voidOneWay- Default:
- false
-
asyncMethodPrefix
String asyncMethodPrefix- Default:
- "async"
-
remoteRoutingHandler
String remoteRoutingHandlerThe bean name that implements this interface.- Default:
- ""
-
remoteRoutingHandlerType
Class remoteRoutingHandlerTypeThe class that implements this interface.- Default:
- java.lang.Object.class
-
metaArgumentsHandler
String metaArgumentsHandlerThe bean name that implements this interface.- Default:
- ""
-
metaArgumentsHandlerType
Class metaArgumentsHandlerTypeThe Class that implements this interface.- Default:
- java.lang.Object.class
-
remoteInvocationAspect
String remoteInvocationAspectThe bean name that implements this interface.- Default:
- ""
-
remoteInvocationAspectType
Class remoteInvocationAspectTypeThe class that implements this interface.- Default:
- java.lang.Object.class
-