Class: Deimos::Utils::SeekListener

Inherits:
Phobos::Listener
  • Object
show all
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 =

Returns:

  • (Integer)

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#num_messagesInteger

Returns the value of attribute num_messages.

Returns:

  • (Integer)


1090
1091
1092
# File 'sig/defs.rbs', line 1090

def num_messages
  @num_messages
end

Instance Method Details

#start_listenervoid

This method returns an undefined value.



1088
# File 'sig/defs.rbs', line 1088

def start_listener: () -> void