Package org.apache.pekko.cluster.pubsub
Interface DistributedPubSubMediator.Internal$.TopicLike
- All Superinterfaces:
Actor
- Enclosing class:
- DistributedPubSubMediator.Internal$
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.actor.Actor
Actor.emptyBehavior$, Actor.ignoringBehavior$ -
Method Summary
Modifier and TypeMethodDescriptionscala.PartialFunction<Object,scala.runtime.BoxedUnit> business()scala.PartialFunction<Object,scala.runtime.BoxedUnit> scala.concurrent.duration.FiniteDurationvoidorg$apache$pekko$cluster$pubsub$DistributedPubSubMediator$Internal$TopicLike$_setter_$pruneInterval_$eq(scala.concurrent.duration.FiniteDuration x$1) voidorg$apache$pekko$cluster$pubsub$DistributedPubSubMediator$Internal$TopicLike$_setter_$pruneTask_$eq(Cancellable x$1) voidpostStop()User overridable callback.scala.Option<scala.concurrent.duration.Deadline>voidpruneDeadline_$eq(scala.Option<scala.concurrent.duration.Deadline> x$1) scala.concurrent.duration.FiniteDurationscala.PartialFunction<Object,scala.runtime.BoxedUnit> receive()Scala API: This defines the initial actor behavior, it must return a partial function with the actor logic.voidscala.collection.immutable.Set<ActorRef>voidsubscribers_$eq(scala.collection.immutable.Set<ActorRef> x$1) voidMethods inherited from interface org.apache.pekko.actor.Actor
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, org$apache$pekko$actor$Actor$_setter_$context_$eq, org$apache$pekko$actor$Actor$_setter_$self_$eq, postRestart, preRestart, preStart, self, sender, supervisorStrategy, unhandled
-
Method Details
-
business
scala.PartialFunction<Object,scala.runtime.BoxedUnit> business() -
defaultReceive
scala.PartialFunction<Object,scala.runtime.BoxedUnit> defaultReceive() -
emptyTimeToLive
scala.concurrent.duration.FiniteDuration emptyTimeToLive() -
org$apache$pekko$cluster$pubsub$DistributedPubSubMediator$Internal$TopicLike$_setter_$pruneInterval_$eq
void org$apache$pekko$cluster$pubsub$DistributedPubSubMediator$Internal$TopicLike$_setter_$pruneInterval_$eq(scala.concurrent.duration.FiniteDuration x$1) -
org$apache$pekko$cluster$pubsub$DistributedPubSubMediator$Internal$TopicLike$_setter_$pruneTask_$eq
void org$apache$pekko$cluster$pubsub$DistributedPubSubMediator$Internal$TopicLike$_setter_$pruneTask_$eq(Cancellable x$1) -
postStop
void postStop()Description copied from interface:ActorUser overridable callback. Is called asynchronously after 'actor.stop()' is invoked. Empty default implementation. -
pruneDeadline
scala.Option<scala.concurrent.duration.Deadline> pruneDeadline() -
pruneDeadline_$eq
void pruneDeadline_$eq(scala.Option<scala.concurrent.duration.Deadline> x$1) -
pruneInterval
scala.concurrent.duration.FiniteDuration pruneInterval() -
pruneTask
Cancellable pruneTask() -
receive
scala.PartialFunction<Object,scala.runtime.BoxedUnit> receive()Description copied from interface:ActorScala API: This defines the initial actor behavior, it must return a partial function with the actor logic. -
remove
-
subscribers
scala.collection.immutable.Set<ActorRef> subscribers() -
subscribers_$eq
-
super$postStop
void super$postStop()
-