Name |
Description |
DistributionStrategy |
Determines which instance of a given endpoint a message is to be sent. |
EndpointInstances |
Stores the information about instances of known endpoints. |
MulticastAddressTag |
Represents a route that should deliver the message to all interested subscribers. |
MulticastRoutingStrategy |
A routing strategy for multicast routing. |
RouteTableEntry |
Represents an entry in a routing table. |
RoutingStrategy |
An abstraction that defines how a message is going to be routed. |
SingleInstanceRoundRobinDistributionStrategy |
Selects a single instance based on a round-robin scheme. |
UnicastAddressTag |
Represents a route directly to the specified destination. |
UnicastRoute |
A destination of address routing. |
UnicastRoutingStrategy |
A routing strategy for unicast routing. |
UnicastRoutingTable |
The unicast routing table. |