Package akka.actor.dungeon
Interface LicenseKeySupplier
- 
public interface LicenseKeySupplierINTERNAL API: Supplies an Akka license key. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringget(com.typesafe.config.Config config)voidimplementing_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)
 
 - 
 
 -