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
RemoteInvocationAspect which can be set using ExecutorSpaceRemotingProxyFactoryBean.setRemoteInvocationAspect(org.openspaces.remoting.RemoteInvocationAspect) . |
void |
EventDrivenSpaceRemotingProxyFactoryBean.setRemoteInvocationAspect(RemoteInvocationAspect remoteInvocationAspect)
The actual remote invocation can be replaced with an aspect implementing
RemoteInvocationAspect which can be set using EventDrivenSpaceRemotingProxyFactoryBean.setRemoteInvocationAspect(RemoteInvocationAspect) . |
Modifier and Type | Class and Description |
---|---|
class |
LazyLoadingRemoteInvocationAspect
The lazy loading remote invocation aspect wraps the actual remote invocation and adds support for
LazyLoadingScript s. |
Copyright © GigaSpaces.