Class: ZZQ::Routing::TopicTrie::SubscriberEntry
- Inherits:
-
Struct
- Object
- Struct
- ZZQ::Routing::TopicTrie::SubscriberEntry
- Defined in:
- lib/zzq/routing/topic_trie.rb
Instance Attribute Summary collapse
-
#entry ⇒ Object
Returns the value of attribute entry.
-
#session ⇒ Object
Returns the value of attribute session.
-
#share_group ⇒ Object
Returns the value of attribute share_group.
Instance Method Summary collapse
-
#filter ⇒ Object
Forward-compat shorthand for fan-out.
Instance Attribute Details
#entry ⇒ Object
Returns the value of attribute entry
25 26 27 |
# File 'lib/zzq/routing/topic_trie.rb', line 25 def entry @entry end |
#session ⇒ Object
Returns the value of attribute session
25 26 27 |
# File 'lib/zzq/routing/topic_trie.rb', line 25 def session @session end |
#share_group ⇒ Object
Returns the value of attribute share_group
25 26 27 |
# File 'lib/zzq/routing/topic_trie.rb', line 25 def share_group @share_group end |
Instance Method Details
#filter ⇒ Object
Forward-compat shorthand for fan-out.
27 |
# File 'lib/zzq/routing/topic_trie.rb', line 27 def filter = entry[:filter] |