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



268
269
270
# File 'lib/ldclient-rb/ldclient.rb', line 268

def initialized?
  true
end

#startObject



262
263
264
265
266
# File 'lib/ldclient-rb/ldclient.rb', line 262

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

#stopObject



272
273
# File 'lib/ldclient-rb/ldclient.rb', line 272

def stop
end