| Package | Description | 
|---|---|
| org.openspaces.remoting | A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting
integrations. | 
| org.openspaces.remoting.scripting | 
| Modifier and Type | Method and Description | 
|---|---|
| EventDrivenRemotingProxyConfigurer<T> | EventDrivenRemotingProxyConfigurer. remoteInvocationAspect(RemoteInvocationAspect remoteInvocationAspect) | 
| ExecutorRemotingProxyConfigurer<T> | ExecutorRemotingProxyConfigurer. remoteInvocationAspect(RemoteInvocationAspect remoteInvocationAspect) | 
| void | ExecutorSpaceRemotingProxyFactoryBean. setRemoteInvocationAspect(RemoteInvocationAspect remoteInvocationAspect)The actual remote invocation can be replaced with an aspect implementing  RemoteInvocationAspectwhich can be set usingExecutorSpaceRemotingProxyFactoryBean.setRemoteInvocationAspect(org.openspaces.remoting.RemoteInvocationAspect). | 
| void | EventDrivenSpaceRemotingProxyFactoryBean. setRemoteInvocationAspect(RemoteInvocationAspect remoteInvocationAspect)The actual remote invocation can be replaced with an aspect implementing  RemoteInvocationAspectwhich can be set usingEventDrivenSpaceRemotingProxyFactoryBean.setRemoteInvocationAspect(RemoteInvocationAspect). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LazyLoadingRemoteInvocationAspectThe lazy loading remote invocation aspect wraps the actual remote invocation and adds support for
  LazyLoadingScripts. | 
Copyright © GigaSpaces.