Package org.nustaq.kontraktor.routers
package org.nustaq.kontraktor.routers
-
ClassesClassDescriptionAbstractKrouter<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.this is a dummy implementation as runtime generation of classes does not allow proxies on abstract classesA load balancing Krouter.main entrance point for sarting Krouters, clients and servicesa Krouter supporting dynamic replacement of a single service.Created by ruedi on 13.03.17.