Uses of Class
org.nustaq.kontraktor.routers.AbstractKrouter
| Package | Description |
|---|---|
| org.nustaq.kontraktor.routers |
-
Uses of AbstractKrouter in org.nustaq.kontraktor.routers
Classes in org.nustaq.kontraktor.routers with type parameters of type AbstractKrouter Modifier and Type Class Description classAbstractKrouter<T extends AbstractKrouter>base class for load balancers and failover proxies.Subclasses of AbstractKrouter in org.nustaq.kontraktor.routers Modifier and Type Class Description 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.classKrouterthis is a dummy implementation as runtime generation of classes does not allow proxies on abstract classesclassRoundRobinKrouterA load balancing Krouter.classSimpleKroutera Krouter supporting dynamic replacement of a single service.classSingleActiveServiceKrouter<T extends SingleActiveServiceKrouter>Created by ruedi on 13.03.17.Methods in org.nustaq.kontraktor.routers with type parameters of type AbstractKrouter Modifier and Type Method Description static <T extends AbstractKrouter>
TRouting. start(java.lang.Class<T> krouterClass, ActorPublisher... publisher)start a Krouter