Method: Exekutor::Configuration#status_server_handler=

Defined in:
lib/exekutor/configuration.rb

#status_server_handler=(value) ⇒ self

Sets the rack handler for the status server. The handler should respond to #shutdown or #stop.

Parameters:

  • value (String)

    the name of the handler

Returns:

  • (self)


264
# File 'lib/exekutor/configuration.rb', line 264

define_option :status_server_handler, default: "webrick", type: String