Class LeaseSettings
java.lang.Object
org.apache.pekko.coordination.lease.LeaseSettings
-
Constructor Summary
ConstructorsConstructorDescriptionLeaseSettings(String leaseName, String ownerName, TimeoutSettings timeoutSettings, com.typesafe.config.Config leaseConfig) -
Method Summary
Modifier and TypeMethodDescriptionstatic LeaseSettingscom.typesafe.config.ConfigtoString()withTimeoutSettings(TimeoutSettings timeoutSettings)
-
Constructor Details
-
LeaseSettings
public LeaseSettings(String leaseName, String ownerName, TimeoutSettings timeoutSettings, com.typesafe.config.Config leaseConfig)
-
-
Method Details
-
apply
public static LeaseSettings apply(com.typesafe.config.Config config, String leaseName, String ownerName) -
leaseName
-
ownerName
-
timeoutSettings
-
leaseConfig
public com.typesafe.config.Config leaseConfig() -
withTimeoutSettings
-
toString
-