Package org.nustaq.kontraktor.routers
-
Class Summary Class Description AbstractKrouter<T extends AbstractKrouter> base class for load balancers and failover proxies.HotColdFailoverKrouter<T extends HotColdFailoverKrouter> Simple HotCold failover router - several service instances might connect, but only first one is used (as long it is connected).HotHotFailoverKrouter<T extends HotHotFailoverKrouter> HotHot failover Router forwards incoming messages to all registered service actors.Krouter this is a dummy implementation as runtime generation of classes does not allow proxies on abstract classesKrouterRemoteConUserData RoundRobinKrouter A load balancing Krouter.Routing main entrance point for sarting Krouters, clients and servicesSimpleKrouter a Krouter supporting dynamic replacement of a single service.SingleActiveServiceKrouter<T extends SingleActiveServiceKrouter> Created by ruedi on 13.03.17.StickyRoundRobinKrouter