\AmfphpFlexMessaging_AcknowledgeMessage

Used to generate a Flex Acknowledge message.

part of the AmfphpFlexMessaging plugin

Summary

Methods
Properties
Constants
__construct()
generateRandomId()
$correlationId
$messageId
$clientId
$destination
$body
$timeToLive
$timestamp
$headers
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$correlationId

$correlationId : string

correlation id. guid

Type

string

$messageId

$messageId : string

message id. guid

Type

string

$clientId

$clientId : string

client id. guid

Type

string

$destination

$destination : string

destination

Type

string

$body

$body : \stdClass

body

Type

\stdClass

$timeToLive

$timeToLive : integer

time to live

Type

integer

$timestamp

$timestamp : integer

time stamp

Type

integer

$headers

$headers : \stdClass

headers. DSId(string), DSMessagingVersion(int)

Type

\stdClass

Methods

__construct()

__construct(string $correlationId)

constructor

Parameters

string $correlationId

generateRandomId()

generateRandomId() : string

generate random id

Returns

string