Module: LaunchDarkly::EventProcessorMethods

Included in:
EventProcessor, NullEventProcessor
Defined in:
lib/ldclient-rb/events.rb

Instance Method Summary collapse

Instance Method Details

#flushObject



58
59
# File 'lib/ldclient-rb/events.rb', line 58

def flush
end

#record_custom_event(context, key, data = nil, metric_value = nil) ⇒ Object



50
51
52
53
54
55
56
# File 'lib/ldclient-rb/events.rb', line 50

def record_custom_event(
  context,
  key,
  data = nil,
  metric_value = nil
)
end

#record_eval_event(context, key, version = nil, variation = nil, value = nil, reason = nil, default = nil, track_events = false, debug_until = nil, prereq_of = nil) ⇒ Object



33
34
35
36
37
38
39
40
41
42
43
44
45
# File 'lib/ldclient-rb/events.rb', line 33

def record_eval_event(
  context,
  key,
  version = nil,
  variation = nil,
  value = nil,
  reason = nil,
  default = nil,
  track_events = false,
  debug_until = nil,
  prereq_of = nil
)
end

#record_identify_event(context) ⇒ Object



47
48
# File 'lib/ldclient-rb/events.rb', line 47

def record_identify_event(context)
end

#stopObject



61
62
# File 'lib/ldclient-rb/events.rb', line 61

def stop
end