Class: Trailer::Storage::Null

Inherits:
Object
  • Object
show all
Includes:
Concurrent::Async
Defined in:
lib/trailer/storage/null.rb

Instance Method Summary collapse

Instance Method Details

#flushObject

Pretends to flush the queued messages to the storage provider.



14
# File 'lib/trailer/storage/null.rb', line 14

def flush; end

#write(_data) ⇒ Object

Pretends to queue the given hash for writing.

Parameters:

  • data (Hash)

    A key-value hash of trace data to write to storage.



11
# File 'lib/trailer/storage/null.rb', line 11

def write(_data); end