Module: LaunchDarkly::EventProcessorMethods
- Included in:
- EventProcessor, NullEventProcessor
- Defined in:
- lib/ldclient-rb/events.rb
Instance Method Summary collapse
- #flush ⇒ Object
- #record_custom_event(context, key, data = nil, metric_value = nil) ⇒ Object
- #record_eval_event(context, key, version = nil, variation = nil, value = nil, reason = nil, default = nil, track_events = false, debug_until = nil, prereq_of = nil, sampling_ratio = nil, exclude_from_summaries = false) ⇒ Object
- #record_identify_event(context) ⇒ Object
- #record_migration_op_event(event) ⇒ Object
- #stop ⇒ Object
Instance Method Details
#flush ⇒ Object
63 64 |
# File 'lib/ldclient-rb/events.rb', line 63 def flush end |
#record_custom_event(context, key, data = nil, metric_value = nil) ⇒ Object
52 53 54 55 56 57 58 |
# File 'lib/ldclient-rb/events.rb', line 52 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, sampling_ratio = nil, exclude_from_summaries = false) ⇒ Object
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
# 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, sampling_ratio = nil, exclude_from_summaries = false ) end |
#record_identify_event(context) ⇒ Object
49 50 |
# File 'lib/ldclient-rb/events.rb', line 49 def record_identify_event(context) end |
#record_migration_op_event(event) ⇒ Object
60 61 |
# File 'lib/ldclient-rb/events.rb', line 60 def record_migration_op_event(event) end |
#stop ⇒ Object
66 67 |
# File 'lib/ldclient-rb/events.rb', line 66 def stop end |