Class: Deimos::Utils::SeekListener
- Inherits:
-
Phobos::Listener
- Object
- Phobos::Listener
- Deimos::Utils::SeekListener
- Defined in:
- sig/defs.rbs
Overview
Listener that can seek to get the last X messages in a topic.
Constant Summary collapse
- MAX_SEEK_RETRIES =
Instance Attribute Summary collapse
-
#num_messages ⇒ Integer
Returns the value of attribute num_messages.
Instance Method Summary collapse
Instance Attribute Details
#num_messages ⇒ Integer
Returns the value of attribute num_messages.
1090 1091 1092 |
# File 'sig/defs.rbs', line 1090 def @num_messages end |
Instance Method Details
#start_listener ⇒ void
This method returns an undefined value.
1088 |
# File 'sig/defs.rbs', line 1088
def start_listener: () -> void
|