public static interface DistributedPubSubMediator.Internal$.TopicLike
extends akka.actor.Actor
Modifier and Type | Method and Description |
---|---|
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
business() |
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
defaultReceive() |
scala.concurrent.duration.FiniteDuration |
emptyTimeToLive() |
void |
postStop() |
scala.Option<scala.concurrent.duration.Deadline> |
pruneDeadline() |
scala.concurrent.duration.FiniteDuration |
pruneInterval() |
akka.actor.Cancellable |
pruneTask() |
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
receive() |
void |
remove(akka.actor.ActorRef ref) |
scala.collection.immutable.Set<akka.actor.ActorRef> |
subscribers() |
scala.concurrent.duration.FiniteDuration pruneInterval()
akka.actor.Cancellable pruneTask()
scala.Option<scala.concurrent.duration.Deadline> pruneDeadline()
scala.collection.immutable.Set<akka.actor.ActorRef> subscribers()
scala.concurrent.duration.FiniteDuration emptyTimeToLive()
void postStop()
postStop
in interface akka.actor.Actor
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> defaultReceive()
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> business()
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
receive
in interface akka.actor.Actor
void remove(akka.actor.ActorRef ref)