geotrellis.process

actors

package actors

Visibility
  1. Public
  2. All

Type Members

  1. case class Run(op: Operation[_]) extends Product with Serializable

    External message to compute the given operation and return result to sender.

  2. case class ServerActor(server: Server) extends Actor with Product with Serializable

    Actor responsible for dispatching and executing operations.

  3. case class ServerContext(externalId: String, layerLoader: LayerLoader, serverRef: ActorRef) extends Product with Serializable

Ungrouped