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

akka.routing.package.scala Maven / Gradle / Ivy

/**
 * Copyright (C) 2009-2012 Typesafe Inc. 
 */

package akka

package object routing {
  type Route = PartialFunction[(akka.actor.ActorRef, Any), Iterable[Destination]]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy