| 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  | MethodParamRemoteRoutingHandlerA 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. | 
| EventDrivenRemotingProxyConfigurer<T> | EventDrivenRemotingProxyConfigurer. remoteRoutingHandler(RemoteRoutingHandler remoteRoutingHandler) | 
| ExecutorRemotingProxyConfigurer<T> | ExecutorRemotingProxyConfigurer. remoteRoutingHandler(RemoteRoutingHandler remoteRoutingHandler) | 
| void | ExecutorSpaceRemotingProxyFactoryBean. setRemoteRoutingHandler(RemoteRoutingHandler remoteRoutingHandler)In case of remote invocation over a partitioned space the default partitioned routing index
 will be random. | 
| 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  SpaceRemotingEntryclass). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ScriptingRemoteRoutingHandlerA remoting routing handler that uses  Script.getRouting()in order to computer the routing
 index. | 
Copyright © GigaSpaces.