Abstract bundle activator implementation to bootstrap and configure an actor system in an OSGi environment.
Logger for OSGi environment.
Logger for OSGi environment. Stands for an interface between akka and the OSGi LogService It uses the OSGi LogService to log the received LogEvents
Factory class to create ActorSystem implementations in an OSGi environment.
Factory class to create ActorSystem implementations in an OSGi environment. This mainly involves dealing with bundle classloaders appropriately to ensure that configuration files and classes get loaded properly
Message sent when LogService is unregistered.
Message sent when LogService is unregistered. Sent from the ActorSystemActivator to a logger (as DefaultOsgiLogger).
Abstract bundle activator implementation to bootstrap and configure an actor system in an OSGi environment. It also provides a convenience method to register the actor system in the OSGi Service Registry for sharing it with other OSGi bundles.
This convenience activator is mainly useful for setting up a single akka.actor.ActorSystem instance and sharing that with other bundles in the OSGi Framework. If you want to set up multiple systems in the same bundle context, look at the akka.osgi.OsgiActorSystemFactory instead.