Annotation Interface EventDrivenScriptingExecutor


@Target(FIELD) @Retention(RUNTIME) public @interface EventDrivenScriptingExecutor
Allows to inject a ScriptingExecutor remoting proxy using EventDrivenSpaceRemotingProxyFactoryBean.
Author:
kimchy
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Should the remote invocation operate in a fifo manner.
    The name of the GigaSpace instance (representing the Space) that this remote invocation will occur on.
    long
    The timeout value when using this async call in a sync manner.
  • Element Details

    • gigaSpace

      String gigaSpace
      The name of the GigaSpace instance (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
      The timeout value when using this async call in a sync manner.
      See Also:
      Default:
      5000L
    • fifo

      boolean fifo
      Should the remote invocation operate in a fifo manner.
      Default:
      false