public class DefaultActorSystemLoader extends Object implements ActorSystemLoader
ActorSystemLoader which simply returns the given ActorSystem at
construction time.| Constructor and Description |
|---|
DefaultActorSystemLoader(akka.actor.ActorSystem actorSystem) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
akka.actor.ActorSystem |
get()
Get an
ActorSystem. |
public DefaultActorSystemLoader(@Nonnull akka.actor.ActorSystem actorSystem)
public akka.actor.ActorSystem get()
ActorSystemLoaderActorSystem.get in interface ActorSystemLoaderActorSystempublic void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2014–2018 The Apache Software Foundation. All rights reserved.