object DistributedPubSubSettings
- Source
- DistributedPubSubMediator.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DistributedPubSubSettings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(config: Config): DistributedPubSubSettings
Create settings from a configuration with the same layout as the default configuration
akka.cluster.pub-sub
. - def apply(system: ActorSystem): DistributedPubSubSettings
Create settings from the default configuration
akka.cluster.pub-sub
. - def create(config: Config): DistributedPubSubSettings
Java API: Create settings from a configuration with the same layout as the default configuration
akka.cluster.pub-sub
. - def create(system: ActorSystem): DistributedPubSubSettings
Java API: Create settings from the default configuration
akka.cluster.pub-sub
.