c

play.cluster.sharding.typed

ClusterShardingProvider

class ClusterShardingProvider extends Provider[ClusterSharding]

Provider for the Pekko Typed ClusterSharding (Java)

Annotations
@Singleton() @InternalApi()
Source
ClusterShardingModule.scala
Linear Supertypes
Provider[ClusterSharding], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClusterShardingProvider
  2. Provider
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ClusterShardingProvider(actorSystem: ActorSystem)
    Annotations
    @Inject()

Value Members

  1. val actorSystem: ActorSystem
  2. val get: ClusterSharding
    Definition Classes
    ClusterShardingProvider → Provider