-
Followers
viktorklang (Assigned To) , Peter Vlugter , rkuhn
AttachmentsNo attachmentsAssociationsNo associationsActivity
on Oct 04, 2011 @ 06:51am UTC * By viktorklang
Assigned to changed from rkuhn to viktorklangStatus changed from New to Fixed
on Dec 14, 2011 @ 09:52pm UTC * By viktorklang
Milestone changed from 2.0 to 2.0-M1Updating tickets (#818, #821, #823, #836, #842, #854, #856, #865, #866, #867, #868, #869, #871, #872, #873, #877, #878, #879, #885, #888, #889, #890, #894, #910, #911, #917, #923, #924, #925, #926, #927, #928, #930, #931, #932, #933, #934, #936, #937, #952, #955, #957, #958, #959, #960, #961, #964, #965, #966)Time ExpenditureLoading
Update
Add lifecycle observer functionality, e.g.
actorA observe actorB, which will notifyactorAof start/restart/stop ofactorB. Supervisors should directly receive the restart notification after handling theExitmessage, if they are also observers.It might make sense to implicitly make supervisors also lifecycle observers, but then it should not be an error if they do not handle the corresponding messages, otherwise we break too much code.