Packages

package deploy

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package internal

Type Members

  1. final case class AkkaCluster[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 AkkaDeployer extends Deployer
  3. trait AkkaDurableDeployer extends DurableDeployer

Value Members

  1. object AkkaCluster extends Serializable
  2. object AkkaDeployer
  3. object AkkaDurableDeployer

Ungrouped