Method: RightScale::Actor::InstanceMethods#send_push

Defined in:
lib/right_agent/actor.rb

#send_push(*args) ⇒ Object

Helper method to send a request to one or more targets with no response expected



139
140
141
# File 'lib/right_agent/actor.rb', line 139

def send_push(*args)
  Sender.instance.send_push(*args)
end