메소드 | 설명 | |
---|---|---|
CreateRouter ( ActorSystem system ) : |
Creates a router that is responsible for routing messages to routees within the provided system.
|
|
RoundRobinPool ( |
Initializes a new instance of the RoundRobinPool class.
|
|
RoundRobinPool ( int nrOfInstances ) : System.Collections.Generic |
Initializes a new instance of the RoundRobinPool class.
|
|
RoundRobinPool ( int nrOfInstances, Akka.Routing.Resizer resizer ) : System.Collections.Generic |
Initializes a new instance of the RoundRobinPool class.
|
|
RoundRobinPool ( int nrOfInstances, Akka.Routing.Resizer resizer, Akka.Actor.SupervisorStrategy supervisorStrategy, string routerDispatcher, bool usePoolDispatcher = false ) : System.Collections.Generic |
Initializes a new instance of the RoundRobinPool class.
|
|
ToSurrogate ( ActorSystem system ) : ISurrogate |
Creates a surrogate representation of the current RoundRobinPool.
|
|
WithDispatcher ( string dispatcher ) : Akka.Routing.Pool |
Creates a new RoundRobinPool router with a given dispatcher id.
|
|
WithFallback ( Akka.Routing.RouterConfig routerConfig ) : Akka.Routing.RouterConfig |
Configure the current router with an auxiliary router for routes that it does not know how to handle.
|
|
WithResizer ( Akka.Routing.Resizer resizer ) : Akka.Routing.Pool |
Creates a new RoundRobinPool router with a given Resizer.
|
|
WithSupervisorStrategy ( Akka.Actor.SupervisorStrategy strategy ) : Akka.Routing.Pool |
Creates a new RoundRobinPool router with a given SupervisorStrategy.
|
public CreateRouter ( ActorSystem system ) : |
||
system | ActorSystem | The actor system that owns this router. |
리턴 |
public RoundRobinPool ( |
||
config | The configuration used to configure the pool. | |
리턴 | System.Collections.Generic |
public RoundRobinPool ( int nrOfInstances ) : System.Collections.Generic | ||
nrOfInstances | int | The initial number of routees in the pool. |
리턴 | System.Collections.Generic |
public RoundRobinPool ( int nrOfInstances, Akka.Routing.Resizer resizer ) : System.Collections.Generic | ||
nrOfInstances | int | The initial number of routees in the pool. |
resizer | Akka.Routing.Resizer | The resizer to use when dynamically allocating routees to the pool. |
리턴 | System.Collections.Generic |
public RoundRobinPool ( int nrOfInstances, Akka.Routing.Resizer resizer, Akka.Actor.SupervisorStrategy supervisorStrategy, string routerDispatcher, bool usePoolDispatcher = false ) : System.Collections.Generic | ||
nrOfInstances | int | The initial number of routees in the pool. |
resizer | Akka.Routing.Resizer | The resizer to use when dynamically allocating routees to the pool. |
supervisorStrategy | Akka.Actor.SupervisorStrategy | The strategy to use when supervising the pool. |
routerDispatcher | string | The dispatcher to use when passing messages to the routees. |
usePoolDispatcher | bool | |
리턴 | System.Collections.Generic |
public ToSurrogate ( ActorSystem system ) : ISurrogate | ||
system | ActorSystem | The actor system that owns this router. |
리턴 | ISurrogate |
public WithDispatcher ( string dispatcher ) : Akka.Routing.Pool | ||
dispatcher | string | The dispatcher id used to configure the new router. |
리턴 | Akka.Routing.Pool |
public WithFallback ( Akka.Routing.RouterConfig routerConfig ) : Akka.Routing.RouterConfig | ||
routerConfig | Akka.Routing.RouterConfig | The router to use as an auxiliary source. |
리턴 | Akka.Routing.RouterConfig |
public WithResizer ( Akka.Routing.Resizer resizer ) : Akka.Routing.Pool | ||
resizer | Akka.Routing.Resizer | The |
리턴 | Akka.Routing.Pool |
public WithSupervisorStrategy ( Akka.Actor.SupervisorStrategy strategy ) : Akka.Routing.Pool | ||
strategy | Akka.Actor.SupervisorStrategy | The |
리턴 | Akka.Routing.Pool |