Package akka.actor.typed.internal.adapter
-
Class Summary Class Description ActorAdapter<T> Failures from failed children, that were stopped through classic 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$ A classic extension to load configured typed extensions.AdapterExtension Internal APIAdapterExtension$ Internal APIComposedStoppingBehavior<T> INTERNAL APIEventStreamAdapter INTERNAL API Encapsulates theakka.actor.ActorSystem.eventStream
in aBehavior
EventStreamAdapter$ INTERNAL API Encapsulates theakka.actor.ActorSystem.eventStream
in aBehavior
GuardianStartupBehavior INTERNAL APIGuardianStartupBehavior.Start$ GuardianStartupBehavior$ INTERNAL APIGuardianStopInterceptor INTERNAL APIPropsAdapter INTERNAL APIPropsAdapter$ INTERNAL APISchedulerAdapter INTERNAL APISchedulerAdapter$ INTERNAL API -
Exception Summary Exception Description ActorAdapter.TypedActorFailedException