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

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

There is a newer version: 2.0.5-protobuf-2.5-java-1.5
Show newest version
/**
 * 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