Packages

package deploy

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package internal

Type Members

  1. final case class PekkoCluster[F[_]](system: ActorSystem[_], dispatcher: Dispatcher[F], cluster: Cluster, sharding: ClusterSharding)(implicit evidence$1: Async[F]) extends Product with Serializable

    Actor system and cluster sharding extension as well as dispatcher tied to its resource scope.

    Actor system and cluster sharding extension as well as dispatcher tied to its resource scope.

    system

    actor system

    dispatcher

    effects dispatcher tied to the cluster resource scope

    cluster

    cluster extension

    sharding

    cluster sharding extension

  2. trait PekkoDeployer extends Deployer
  3. trait PekkoDurableDeployer extends DurableDeployer

Value Members

  1. object PekkoCluster extends Serializable
  2. object PekkoDeployer
  3. object PekkoDurableDeployer

Ungrouped