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
-
fifo
boolean fifo- See Also:
- Default:
false
-
timeout
long timeout- See Also:
- Default:
60000L
-
globalOneWay
boolean globalOneWay- See Also:
- Default:
false
-
voidOneWay
boolean voidOneWay- See Also:
- Default:
false
-
asyncMethodPrefix
-
remoteRoutingHandler
-
remoteRoutingHandlerType
Class remoteRoutingHandlerTypeThe class that implements this interface.- See Also:
- Default:
java.lang.Object.class
-
metaArgumentsHandler
-
metaArgumentsHandlerType
Class metaArgumentsHandlerTypeThe Class that implements this interface.- See Also:
- Default:
java.lang.Object.class
-
remoteInvocationAspect
-
remoteInvocationAspectType
Class remoteInvocationAspectTypeThe class that implements this interface.- See Also:
- Default:
java.lang.Object.class
-