public class NotificationHotStandby
extends java.lang.Object
implements akka.actor.Actor, akka.actor.Timers, akka.actor.ActorLogging
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationHotStandby.RegionCache |
static class |
NotificationHotStandby.RegionCache$ |
static class |
NotificationHotStandby.Reset$ |
| Constructor and Description |
|---|
NotificationHotStandby(HotStandbySettings settings) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
akka$actor$Actor$_setter_$context_$eq(akka.actor.ActorContext x$1) |
protected void |
akka$actor$Actor$_setter_$self_$eq(akka.actor.ActorRef x$1) |
akka.actor.ActorContext |
context() |
static akka.actor.Props |
props(HotStandbySettings settings) |
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
receive() |
akka.actor.ActorRef |
self() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait$init$, akka$actor$Timers$_setter_$akka$actor$Timers$$_timers_$eq, akka$actor$Timers$$_timers, aroundPostStop, aroundPreRestart, aroundReceive, timerspublic NotificationHotStandby(HotStandbySettings settings)
public static akka.actor.Props props(HotStandbySettings settings)
public akka.actor.ActorContext context()
context in interface akka.actor.Actorpublic final akka.actor.ActorRef self()
self in interface akka.actor.Actorprotected void akka$actor$Actor$_setter_$context_$eq(akka.actor.ActorContext x$1)
akka$actor$Actor$_setter_$context_$eq in interface akka.actor.Actorprotected final void akka$actor$Actor$_setter_$self_$eq(akka.actor.ActorRef x$1)
akka$actor$Actor$_setter_$self_$eq in interface akka.actor.Actorpublic scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
receive in interface akka.actor.Actor