Uses of Interface
org.openspaces.remoting.RemotingInvoker
Packages that use RemotingInvoker
Package
Description
A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting
integrations.
-
Uses of RemotingInvoker in org.openspaces.remoting
Classes in org.openspaces.remoting that implement RemotingInvokerModifier and TypeClassDescriptionclassA space event driven remoting proxy that forward the service execution to a remote service with the space as the transport layer.classA space executor remoting proxy that forward the service execution to a remote service with the space as the transport layer.Methods in org.openspaces.remoting with parameters of type RemotingInvokerModifier and TypeMethodDescriptionRemoteInvocationAspect.invoke(org.aopalliance.intercept.MethodInvocation methodInvocation, RemotingInvoker remotingInvoker) The aspect is called instead of the actual remote invocation. -
Uses of RemotingInvoker in org.openspaces.remoting.scripting
Methods in org.openspaces.remoting.scripting with parameters of type RemotingInvokerModifier and TypeMethodDescriptionLazyLoadingRemoteInvocationAspect.invoke(org.aopalliance.intercept.MethodInvocation methodInvocation, RemotingInvoker remotingInvoker) If the scipt being executed is a lazy loading script, and it is cacheable, the actual script content will not be sent to the remote service.