Class: AMF::Messages::AsyncMessage

Inherits:
AbstractMessage show all
Defined in:
lib/amf/messages.rb

Overview

Maps to flex.messaging.messages.AsyncMessage

Direct Known Subclasses

AcknowledgeMessage, CommandMessage

Instance Attribute Summary collapse

Attributes inherited from AbstractMessage

#body, #client_id, #headers, #message_id, #time_to_live, #timestamp

Method Summary

Methods inherited from AbstractMessage

#to_amf

Instance Attribute Details

#correlation_idObject

Returns the value of attribute correlation_id.



58
59
60
# File 'lib/amf/messages.rb', line 58

def correlation_id
  @correlation_id
end