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 Basic | Visual C++ | J# |
public interface IRemoteRoutingHandler
Public Interface IRemoteRoutingHandler
public interface class IRemoteRoutingHandler
public interface IRemoteRoutingHandler
Members
All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
ComputeRouting(ISpaceRemotingInvocation) |
Compute the routing field value based on the remoting invocation. If null
is returned, will use internal calcualtion of the routing index.
|