Package org.apache.pekko.osgi
Class OsgiActorSystemFactory$
- java.lang.Object
-
- org.apache.pekko.osgi.OsgiActorSystemFactory$
-
public class OsgiActorSystemFactory$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static OsgiActorSystemFactory$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description OsgiActorSystemFactory$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.typesafe.config.Config
$lessinit$greater$default$3()
OsgiActorSystemFactory
apply(org.osgi.framework.BundleContext context, com.typesafe.config.Config config)
java.lang.ClassLoader
pekkoActorClassLoader()
Class loader of pekko-actor bundle.
-
-
-
Field Detail
-
MODULE$
public static final OsgiActorSystemFactory$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
$lessinit$greater$default$3
public com.typesafe.config.Config $lessinit$greater$default$3()
-
pekkoActorClassLoader
public java.lang.ClassLoader pekkoActorClassLoader()
Class loader of pekko-actor bundle.
-
apply
public OsgiActorSystemFactory apply(org.osgi.framework.BundleContext context, com.typesafe.config.Config config)
-
-