Method: Funl::Message#global_tick
- Defined in:
- lib/funl/message.rb
#global_tick ⇒ Object
Global sequential id of message, unique in scope of funl instance. In client request to funl, this means last ack-ed global tick. Assummed to be 64 bits, to avoid rollover errors.
12 13 14 |
# File 'lib/funl/message.rb', line 12 def global_tick @global_tick end |