Package akka.actor.typed.internal
-
Interface Summary Interface Description ActorContextImpl<T> INTERNAL APIActorRefImpl<T> Every ActorRef is also an ActorRefImpl, but these two methods shall be completely hidden from client code.ExtensionsImpl INTERNAL APIInternalMessage A marker trait for internal messages.InternalRecipientRef<T> INTERNAL APISystemMessage System messages are handled specially: they form their own queue within each actor’s mailbox.TimerSchedulerCrossDslSupport<T>