package deploy
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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
- trait PekkoDeployer extends Deployer
- trait PekkoDurableDeployer extends DurableDeployer
Value Members
- object PekkoCluster extends Serializable
- object PekkoDeployer
- object PekkoDurableDeployer