akka.routing.JSRouterActorCreator.scala Maven / Gradle / Ivy
The newest version!
/**
* Copyright (C) 2009-2015 Typesafe Inc.
*/
package akka.routing
import scala.scalajs.js.annotation.JSExport
//this is needed just to have a class instance public and exportable
@JSExport
class JSRouterActorCreator(routerConfig: RouterConfig) extends RoutedActorCell.RouterActorCreator(routerConfig)