메소드 | 설명 | |
---|---|---|
Copy ( Akka.Routing.Pool local = null, IEnumerable nodes = null ) : Akka.Routing.RouterConfig | ||
CreateRouter ( ActorSystem system ) : |
||
Equals ( Akka.Routing.RouterConfig other ) : bool | ||
GetNrOfInstances ( ActorSystem system ) : int | ||
NewRoutee ( Props routeeProps, IActorContext context ) : |
||
RemoteRouterConfig ( Akka.Routing.Pool local, IEnumerable nodes ) : System | ||
ToSurrogate ( ActorSystem system ) : ISurrogate | ||
WithDispatcher ( string dispatcher ) : Akka.Routing.Pool | ||
WithFallback ( Akka.Routing.RouterConfig routerConfig ) : Akka.Routing.RouterConfig | ||
WithResizer ( Akka.Routing.Resizer resizer ) : Akka.Routing.Pool | ||
WithSupervisorStrategy ( Akka.Actor.SupervisorStrategy strategy ) : Akka.Routing.Pool |
메소드 | 설명 | |
---|---|---|
CreateRouterActor ( ) : |
public Copy ( Akka.Routing.Pool local = null, IEnumerable nodes = null ) : Akka.Routing.RouterConfig | ||
local | Akka.Routing.Pool | |
nodes | IEnumerable | |
리턴 | Akka.Routing.RouterConfig |
public CreateRouter ( ActorSystem system ) : |
||
system | ActorSystem | |
리턴 |
public Equals ( Akka.Routing.RouterConfig other ) : bool | ||
other | Akka.Routing.RouterConfig | |
리턴 | bool |
public GetNrOfInstances ( ActorSystem system ) : int | ||
system | ActorSystem | |
리턴 | int |
public NewRoutee ( Props routeeProps, IActorContext context ) : |
||
routeeProps | Props | |
context | IActorContext | |
리턴 |
public RemoteRouterConfig ( Akka.Routing.Pool local, IEnumerable nodes ) : System | ||
local | Akka.Routing.Pool | |
nodes | IEnumerable | |
리턴 | System |
public ToSurrogate ( ActorSystem system ) : ISurrogate | ||
system | ActorSystem | |
리턴 | ISurrogate |
public WithDispatcher ( string dispatcher ) : Akka.Routing.Pool | ||
dispatcher | string | |
리턴 | Akka.Routing.Pool |
public WithFallback ( Akka.Routing.RouterConfig routerConfig ) : Akka.Routing.RouterConfig | ||
routerConfig | Akka.Routing.RouterConfig | |
리턴 | Akka.Routing.RouterConfig |
public WithResizer ( Akka.Routing.Resizer resizer ) : Akka.Routing.Pool | ||
resizer | Akka.Routing.Resizer | |
리턴 | Akka.Routing.Pool |
public WithSupervisorStrategy ( Akka.Actor.SupervisorStrategy strategy ) : Akka.Routing.Pool | ||
strategy | Akka.Actor.SupervisorStrategy | |
리턴 | Akka.Routing.Pool |