GigaSpaces XAP.NET Documentation
IRemoteRoutingHandler Interface
Class LibraryGigaSpaces.XAP.Remoting.RoutingIRemoteRoutingHandler
A general interface allowing for pluggable computation of the remoting invocation routing field. Routing field controls the partition the invocation will be directed to when working with a partitioned space.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IRemoteRoutingHandler
Public Interface IRemoteRoutingHandler
public interface class IRemoteRoutingHandler
public interface IRemoteRoutingHandler
Members
All MembersMethods



IconMemberDescription
ComputeRouting(ISpaceRemotingInvocation)
Compute the routing field value based on the remoting invocation. If null is returned, will use internal calcualtion of the routing index.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.5.0.0 (14.5.0)