All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy