Uses of Interface
org.openspaces.remoting.RemoteRoutingHandler
Packages that use RemoteRoutingHandler
Package
Description
A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting
integrations.
-
Uses of RemoteRoutingHandler in org.openspaces.remoting
Classes in org.openspaces.remoting that implement RemoteRoutingHandlerModifier and TypeClassDescriptionclassA default implementation of routing handler allowing to control the routing index of the remote invocation based on the remote method parameters.Methods in org.openspaces.remoting with parameters of type RemoteRoutingHandlerModifier and TypeMethodDescriptionstatic ObjectRemotingProxyUtils.computeRouting(SpaceRemotingInvocation remotingEntry, RemoteRoutingHandler remoteRoutingHandler, org.aopalliance.intercept.MethodInvocation methodInvocation) Computes the routing index for a given remote invocation.EventDrivenRemotingProxyConfigurer.remoteRoutingHandler(RemoteRoutingHandler remoteRoutingHandler) ExecutorRemotingProxyConfigurer.remoteRoutingHandler(RemoteRoutingHandler remoteRoutingHandler) voidEventDrivenSpaceRemotingProxyFactoryBean.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 createdSpaceRemotingEntryclass).voidExecutorSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(RemoteRoutingHandler remoteRoutingHandler) In case of remote invocation over a partitioned space the default partitioned routing index will be random. -
Uses of RemoteRoutingHandler in org.openspaces.remoting.scripting
Classes in org.openspaces.remoting.scripting that implement RemoteRoutingHandlerModifier and TypeClassDescriptionclassA remoting routing handler that usesScript.getRouting()in order to computer the routing index.