Uses of Class
org.nustaq.kontraktor.routers.HotColdFailoverKrouter
| Package | Description |
|---|---|
| org.nustaq.kontraktor.routers |
-
Uses of HotColdFailoverKrouter in org.nustaq.kontraktor.routers
Classes in org.nustaq.kontraktor.routers with type parameters of type HotColdFailoverKrouter 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).Subclasses of HotColdFailoverKrouter in org.nustaq.kontraktor.routers Modifier and Type Class Description classRoundRobinKrouterA load balancing Krouter.