class Evostream::Commands::ListConfig

Returns a list with all push/pull configurations.

Whenever the pullStream or pushStream interfaces are called, a record containing the details of the pull or push is created in the pullpushconfig.xml file. Then, the next time the EMS is started, the pullpushconfig.xml file is read, and the EMS attempts to reconnect all of the previous pulled or pushed streams.

This function has no parameters.

Constants

MANDATORY

Public Class Methods

new(commands = {}) click to toggle source
Calls superclass method Evostream::Commands::Command::new
# File lib/evostream/event/commands/list_config.rb, line 17
def initialize(commands = {})
  super(commands)
end

Public Instance Methods

cmd() click to toggle source
# File lib/evostream/event/commands/list_config.rb, line 21
def cmd
  'listConfig'
end