classLocalRouter extends BaseService with Router with Dispatched
Provides a non-blocking concurrent producer to consumer
routing implementation.
DeliveryProducers create a route object for each destination
they will be producing to. Once the route is
connected to the router, the producer can use
the route.targets list without synchronization to
get the current set of consumers that are bound
to the destination.
Linear Supertypes
Router, BaseService, Dispatched, Service, AnyRef, Any
Provides a non-blocking concurrent producer to consumer routing implementation.
DeliveryProducers create a route object for each destination they will be producing to. Once the route is connected to the router, the producer can use the route.targets list without synchronization to get the current set of consumers that are bound to the destination.