![]() |
Y::Notifier - Implementation - Routing messages by subject | ![]() |
my $tree = new Y::IDTree();@path is the result of split(/\./, $subject)@path can contain wildcards@path as literal text$tree->Add($id, @path);$tree->Remove($id, @path);my @ids = $tree->FindAt(@path);my @ids = $tree->FindOutside(@path);my @ids = $tree->FindInside(@path);
![]() |
Y::Notifier - Implementation - Routing messages by subject | ![]() |