public final class ActorConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static akka.actor.ActorSystem |
actorSystem
The actor system.
|
private static com.typesafe.config.Config |
conf
The conf.
|
private static org.slf4j.Logger |
logger
The logger.
|
static scala.concurrent.duration.FiniteDuration |
timeOutDuration
The Constant timeOutDuration.
|
Constructor and Description |
---|
ActorConfig() |
Modifier and Type | Method and Description |
---|---|
static akka.actor.ActorSystem |
createAndGetActorSystem()
Create and get actor system.
|
static scala.concurrent.duration.FiniteDuration |
getTimeoutduration()
Gets the timeoutduration.
|
static void |
shutDownActorSystemForce()
Shut down actor system force.
|
private static com.typesafe.config.Config conf
private static akka.actor.ActorSystem actorSystem
private static org.slf4j.Logger logger
public static final scala.concurrent.duration.FiniteDuration timeOutDuration
public static akka.actor.ActorSystem createAndGetActorSystem()
public static void shutDownActorSystemForce()
public static scala.concurrent.duration.FiniteDuration getTimeoutduration()