Uses of Interface
org.nustaq.kontraktor.remoting.base.ServingActor
Packages that use ServingActor
-
Uses of ServingActor in org.nustaq.kontraktor.routers
Classes in org.nustaq.kontraktor.routers that implement ServingActorModifier and TypeClassDescriptionclassAbstractKrouter<T extends AbstractKrouter>base class for load balancers and failover proxies.classHotColdFailoverKrouter<T extends HotColdFailoverKrouter>Simple HotCold failover router - several service instances might connect, but only first one is used (as long it is connected).classHotHotFailoverKrouter<T extends HotHotFailoverKrouter>HotHot failover Router forwards incoming messages to all registered service actors.classthis is a dummy implementation as runtime generation of classes does not allow proxies on abstract classesclassA load balancing Krouter.classa Krouter supporting dynamic replacement of a single service.classCreated by ruedi on 13.03.17.