Package org.apache.pekko.cluster.pubsub
Class DistributedPubSubSettings$
java.lang.Object
org.apache.pekko.cluster.pubsub.DistributedPubSubSettings$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DistributedPubSubSettings$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(com.typesafe.config.Config config) Create settings from a configuration with the same layout as the default configurationpekko.cluster.pub-sub.apply(ActorSystem system) Create settings from the default configurationpekko.cluster.pub-sub.create(com.typesafe.config.Config config) Java API: Create settings from a configuration with the same layout as the default configurationpekko.cluster.pub-sub.create(ActorSystem system) Java API: Create settings from the default configurationpekko.cluster.pub-sub.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
DistributedPubSubSettings$
public DistributedPubSubSettings$()
-
-
Method Details
-
apply
Create settings from the default configurationpekko.cluster.pub-sub. -
apply
Create settings from a configuration with the same layout as the default configurationpekko.cluster.pub-sub. -
create
Java API: Create settings from the default configurationpekko.cluster.pub-sub. -
create
Java API: Create settings from a configuration with the same layout as the default configurationpekko.cluster.pub-sub.
-