Package org.apache.pekko.osgi
Class OsgiActorSystemFactory$
java.lang.Object
org.apache.pekko.osgi.OsgiActorSystemFactory$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OsgiActorSystemFactory$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.typesafe.config.Configapply(org.osgi.framework.BundleContext context, com.typesafe.config.Config config) Class loader of pekko-actor bundle.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
OsgiActorSystemFactory$
public OsgiActorSystemFactory$()
-
-
Method Details
-
$lessinit$greater$default$3
public com.typesafe.config.Config $lessinit$greater$default$3() -
pekkoActorClassLoader
Class loader of pekko-actor bundle. -
apply
public OsgiActorSystemFactory apply(org.osgi.framework.BundleContext context, com.typesafe.config.Config config)
-