Uses of Class
org.nustaq.kontraktor.routers.SingleActiveServiceKrouter
| Package | Description |
|---|---|
| org.nustaq.kontraktor.routers |
-
Uses of SingleActiveServiceKrouter in org.nustaq.kontraktor.routers
Classes in org.nustaq.kontraktor.routers with type parameters of type SingleActiveServiceKrouter Modifier and Type Class Description classSingleActiveServiceKrouter<T extends SingleActiveServiceKrouter>Created by ruedi on 13.03.17.Subclasses of SingleActiveServiceKrouter 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).classRoundRobinKrouterA load balancing Krouter.classSimpleKroutera Krouter supporting dynamic replacement of a single service.