public class RoutePolicyImpl extends java.lang.Object implements RoutePolicy
| Constructor and Description |
|---|
RoutePolicyImpl(OverlayManager inManager) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<OverlayLink,java.util.List<OverlayPath>> |
getRoutingLinks(MessageEvent inEvent)
Determine the links that should be used to route a message.
|
public RoutePolicyImpl(OverlayManager inManager)
public java.util.Map<OverlayLink,java.util.List<OverlayPath>> getRoutingLinks(MessageEvent inEvent) throws OverlayException
RoutePolicygetRoutingLinks in interface RoutePolicyinEvent - - The message event that is being routed.OverlayException