Package akka.actor.typed.internal.adapter
-
Class Summary Class Description AbstractLogger Ifarg
is anArray
it will be expanded into replacement arguments, which is useful when there are more than four arguments.ActorAdapter<T> Failures from failed children, that were stopped through untyped supervision, this is what allows us to pass child exception in Terminated for direct children.ActorAdapter.TypedActorFailedException$ ActorAdapter$ Thrown to indicate that a Behavior has failed so that the parent gets the cause and can fill in the cause in theChildFailed
signal Wrapped to avoid it being logged as the typed supervision will already have logged it.ActorContextAdapter<T> Made accessible to allow stash to deal with unhandled messages as though they were interpreted by the adapter itself, even though the unstashing occurs inside the behavior stack.ActorContextAdapter$ ActorRefAdapter<T> INTERNAL APIActorRefAdapter$ ActorRefFactoryAdapter INTERNAL APIActorRefFactoryAdapter$ INTERNAL APIActorSystemAdapter<T> INTERNAL API.ActorSystemAdapter.AdapterExtension ActorSystemAdapter.AdapterExtension$ ActorSystemAdapter.LoadTypedExtensions ActorSystemAdapter.LoadTypedExtensions$ ActorSystemAdapter$ An untyped extension to load configured typed extensions.ComposedStoppingBehavior<T> INTERNAL APIGuardianStartupBehavior<T> INTERNAL APIGuardianStartupBehavior.Start$ GuardianStartupBehavior$ INTERNAL APILoggerAdapterImpl INTERNAL APIPropsAdapter INTERNAL APIPropsAdapter$ INTERNAL API -
Exception Summary Exception Description ActorAdapter.TypedActorFailedException