| 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 | Class and Description | 
|---|---|
class  | 
MethodParamRemoteRoutingHandler
A default implementation of routing handler allowing to control the routing index of the remote
 invocation based on the remote method parameters. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Object | 
RemotingProxyUtils.computeRouting(SpaceRemotingInvocation remotingEntry,
              RemoteRoutingHandler remoteRoutingHandler,
              org.aopalliance.intercept.MethodInvocation methodInvocation)
Computes the routing index for a given remote invocation. 
 | 
ExecutorRemotingProxyConfigurer<T> | 
ExecutorRemotingProxyConfigurer.remoteRoutingHandler(RemoteRoutingHandler remoteRoutingHandler)  | 
EventDrivenRemotingProxyConfigurer<T> | 
EventDrivenRemotingProxyConfigurer.remoteRoutingHandler(RemoteRoutingHandler remoteRoutingHandler)  | 
void | 
EventDrivenSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(RemoteRoutingHandler remoteRoutingHandler)
In case of remote invocation over a partitioned space the default partitioned routing index
 will be random (the hashCode of the newly created  
SpaceRemotingEntry class). | 
void | 
ExecutorSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(RemoteRoutingHandler remoteRoutingHandler)
In case of remote invocation over a partitioned space the default partitioned routing index
 will be random. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ScriptingRemoteRoutingHandler
A remoting routing handler that uses  
Script.getRouting() in order to computer the routing
 index. | 
Copyright © GigaSpaces.