object Settings
- Source
- ShardingConsumerController.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Settings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(config: Config): Settings
Scala API: Factory method from Config corresponding to
akka.reliable-delivery.sharding.consumer-controller
. - def apply(system: ActorSystem[_]): Settings
Scala API: Factory method from config
akka.reliable-delivery.sharding.consumer-controller
of theActorSystem
. - def create(config: Config): Settings
Java API: Factory method from Config corresponding to
akka.reliable-delivery.sharding.consumer-controller
. - def create(system: ActorSystem[_]): Settings
Java API: Factory method from config
akka.reliable-delivery.sharding.consumer-controller
of theActorSystem
.