public class ActorSystemProviderImpl extends Object implements ActorSystemProvider, AutoCloseable
| Constructor and Description |
|---|
ActorSystemProviderImpl(ClassLoader classLoader,
akka.actor.Props quarantinedMonitorActorProps,
com.typesafe.config.Config akkaConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
akka.actor.ActorSystem |
getActorSystem()
Returns the ActorSystem.
|
org.opendaylight.yangtools.concepts.ListenerRegistration<ActorSystemProviderListener> |
registerActorSystemProviderListener(ActorSystemProviderListener listener)
Register a listener for ActorSystem lifecycle events.
|
public ActorSystemProviderImpl(ClassLoader classLoader, akka.actor.Props quarantinedMonitorActorProps, com.typesafe.config.Config akkaConfig)
public akka.actor.ActorSystem getActorSystem()
ActorSystemProvidergetActorSystem in interface ActorSystemProviderpublic org.opendaylight.yangtools.concepts.ListenerRegistration<ActorSystemProviderListener> registerActorSystemProviderListener(ActorSystemProviderListener listener)
ActorSystemProviderregisterActorSystemProviderListener in interface ActorSystemProviderlistener - the ActorSystemProviderListener to registerpublic void close()
close in interface AutoCloseableCopyright © 2019 OpenDaylight. All rights reserved.