Uses of Class
org.nustaq.kontraktor.routers.AbstractKrouter
Packages that use AbstractKrouter
-
Uses of AbstractKrouter in org.nustaq.kontraktor.routers
Classes in org.nustaq.kontraktor.routers with type parameters of type AbstractKrouterModifier and TypeClassDescriptionclassAbstractKrouter<T extends AbstractKrouter>base class for load balancers and failover proxies.Subclasses of AbstractKrouter in org.nustaq.kontraktor.routersModifier and TypeClassDescriptionclassHotColdFailoverKrouter<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.Methods in org.nustaq.kontraktor.routers with type parameters of type AbstractKrouterModifier and TypeMethodDescriptionstatic <T extends AbstractKrouter>
TRouting.start(Class<T> krouterClass, ActorPublisher... publisher) start a Krouter