Package akka.actor.dungeon
Interface LicenseKeySupplier
-
public interface LicenseKeySupplier
INTERNAL API: Supplies an Akka license key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
get(com.typesafe.config.Config config)
void
implementing_this_is_a_violation_of_the_akka_license()
This method exists to make clear to anyone that is trying to circumvent the Akka license check that doing so is a violation of the Akka license.
-
-
-
Method Detail
-
implementing_this_is_a_violation_of_the_akka_license
void implementing_this_is_a_violation_of_the_akka_license()
This method exists to make clear to anyone that is trying to circumvent the Akka license check that doing so is a violation of the Akka license.
-
get
java.lang.String get(com.typesafe.config.Config config)
-
-