public interface ActorSystemProvider
| Modifier and Type | Method and Description |
|---|---|
akka.actor.ActorSystem |
getActorSystem()
Returns the ActorSystem.
|
org.opendaylight.yangtools.concepts.ListenerRegistration<ActorSystemProviderListener> |
registerActorSystemProviderListener(ActorSystemProviderListener listener)
Register a listener for ActorSystem lifecycle events.
|
@Nonnull akka.actor.ActorSystem getActorSystem()
org.opendaylight.yangtools.concepts.ListenerRegistration<ActorSystemProviderListener> registerActorSystemProviderListener(@Nonnull ActorSystemProviderListener listener)
listener - the ActorSystemProviderListener to registerCopyright © 2019 OpenDaylight. All rights reserved.