Package akka.actor.dungeon
Class LicenseKeySupplier$
- java.lang.Object
-
- akka.actor.dungeon.LicenseKeySupplier$
-
public class LicenseKeySupplier$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static LicenseKeySupplier$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description LicenseKeySupplier$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThreadLocal<LicenseKeySupplier>
instance()
-
-
-
Field Detail
-
MODULE$
public static final LicenseKeySupplier$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
instance
public java.lang.ThreadLocal<LicenseKeySupplier> instance()
-
-