class Libhoney::NullTransmissionClient

A no-op version of TransmissionClient that silently drops events (without sending them to Honeycomb, or anywhere else for that matter).

@api private

Public Class Methods

new(**_) click to toggle source
# File lib/libhoney/null_transmission.rb, line 7
def initialize(**_); end

Public Instance Methods

add(event) click to toggle source
# File lib/libhoney/null_transmission.rb, line 9
def add(event); end
close(drain) click to toggle source
# File lib/libhoney/null_transmission.rb, line 11
def close(drain); end