Class: LaunchDarkly::NullUpdateProcessor

Inherits:
Object
  • Object
show all
Defined in:
lib/ldclient-rb/ldclient.rb

Overview

Used internally when the client is offline.

Instance Method Summary collapse

Instance Method Details

#initialized?Boolean



580
581
582
# File 'lib/ldclient-rb/ldclient.rb', line 580

def initialized?
  true
end

#startObject



574
575
576
577
578
# File 'lib/ldclient-rb/ldclient.rb', line 574

def start
  e = Concurrent::Event.new
  e.set
  e
end

#stopObject



584
585
# File 'lib/ldclient-rb/ldclient.rb', line 584

def stop
end