final case class RemoteRouterConfig(local: Pool, nodes: Iterable[Address]) extends Pool with Product with Serializable
akka.routing.RouterConfig implementation for remote deployment on defined target nodes. Delegates other duties to the local akka.routing.Pool, which makes it possible to mix this with the built-in routers such as akka.routing.RoundRobinGroup or custom routers.
- Annotations
- @SerialVersionUID()
- Source
- RemoteRouterConfig.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- RemoteRouterConfig
- Product
- Equals
- Pool
- RouterConfig
- Serializable
- Serializable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from RemoteRouterConfig to any2stringadd[RemoteRouterConfig] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (RemoteRouterConfig, B)
- Implicit
- This member is added by an implicit conversion from RemoteRouterConfig to ArrowAssoc[RemoteRouterConfig] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
createRouter(system: ActorSystem): Router
- Definition Classes
- RemoteRouterConfig → RouterConfig
-
def
createRouterActor(): RouterActor
- Definition Classes
- RemoteRouterConfig → Pool → RouterConfig
-
def
ensuring(cond: (RemoteRouterConfig) ⇒ Boolean, msg: ⇒ Any): RemoteRouterConfig
- Implicit
- This member is added by an implicit conversion from RemoteRouterConfig to Ensuring[RemoteRouterConfig] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (RemoteRouterConfig) ⇒ Boolean): RemoteRouterConfig
- Implicit
- This member is added by an implicit conversion from RemoteRouterConfig to Ensuring[RemoteRouterConfig] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): RemoteRouterConfig
- Implicit
- This member is added by an implicit conversion from RemoteRouterConfig to Ensuring[RemoteRouterConfig] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): RemoteRouterConfig
- Implicit
- This member is added by an implicit conversion from RemoteRouterConfig to Ensuring[RemoteRouterConfig] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from RemoteRouterConfig to StringFormat[RemoteRouterConfig] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isManagementMessage(msg: Any): Boolean
- Definition Classes
- RouterConfig
- val local: Pool
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
newRoutee(routeeProps: Props, context: ActorContext): Routee
- Definition Classes
- RemoteRouterConfig → Pool
- val nodes: Iterable[Address]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
nrOfInstances(sys: ActorSystem): Int
- Definition Classes
- RemoteRouterConfig → Pool
-
def
props(routeeProps: Props): Props
- Definition Classes
- Pool
-
def
resizer: Option[Resizer]
- Definition Classes
- RemoteRouterConfig → Pool
-
def
routerDispatcher: String
- Definition Classes
- RemoteRouterConfig → RouterConfig
-
def
routingLogicController(routingLogic: RoutingLogic): Option[Props]
- Definition Classes
- RouterConfig
-
def
stopRouterWhenAllRouteesRemoved: Boolean
- Definition Classes
- Pool → RouterConfig
-
def
supervisorStrategy: SupervisorStrategy
- Definition Classes
- RemoteRouterConfig → Pool
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
usePoolDispatcher: Boolean
- Definition Classes
- Pool
-
def
verifyConfig(path: ActorPath): Unit
- Definition Classes
- RouterConfig
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withFallback(other: RouterConfig): RouterConfig
- Definition Classes
- RemoteRouterConfig → RouterConfig
-
def
→[B](y: B): (RemoteRouterConfig, B)
- Implicit
- This member is added by an implicit conversion from RemoteRouterConfig to ArrowAssoc[RemoteRouterConfig] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc