C# Класс Akka.Tests.Actor.DeathWatchSpec

Наследование: AkkaSpec
Показать файл Открыть проект

Открытые методы

Метод Описание
DeathWatchSpec ( ) : System

Приватные методы

Метод Описание
Bug209_any_user_messages_following_a_Terminate_message_should_be_forwarded_to_DeadLetterMailbox ( ) : void
CreateWatchAndForwarderProps ( IActorRef target, IActorRef forwardToActor ) : Props
DeathWatch_must_be_able_to_watch_child_with_the_same_name_after_the_old_one_died ( ) : void
DeathWatch_must_discard_Terminated_when_unwatched_between_sysmsg_and_processing ( ) : void
DeathWatch_must_fail_a_monitor_which_doesnt_handle_Terminated ( ) : void
DeathWatch_must_notify_only_when_watching ( ) : void
DeathWatch_must_notify_with_a_Terminated_message_once_when_Actor_is_stopped_but_not_when_restarted ( ) : void
DeathWatch_must_notify_with_all_monitors_with_one_Terminated_message_when_Actor_is_stopped ( ) : void
DeathWatch_must_notify_with_current_monitors_with_one_Terminated_message_when_Actor_is_stopped ( ) : void
DeathWatch_must_notify_with_one_Terminated_message_when_actor_is_stopped ( ) : void
DeathWatch_must_notify_with_one_Terminated_message_when_an_Actor_is_already_terminated ( ) : void
ExpectTerminationOf ( IActorRef actorRef ) : void
StartWatching ( IActorRef target ) : IActorRef

Описание методов

DeathWatchSpec() публичный Метод

public DeathWatchSpec ( ) : System
Результат System