Class HotHotFailoverKrouter<T extends HotHotFailoverKrouter>

java.lang.Object
Type Parameters:
T -
All Implemented Interfaces:
java.io.Serializable, java.util.concurrent.Executor, Monitorable, RemotedActor, ServingActor

public class HotHotFailoverKrouter<T extends HotHotFailoverKrouter>
extends AbstractKrouter<T>
HotHot failover Router forwards incoming messages to all registered service actors. The one replying first is picked and results are routed back to client. For callback's/streaming (multiple results), the one sending first response is picked.
See Also:
Serialized Form