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