La classe StompFrame

(PECL stomp >= 0.1.0)

Introduction

Représente un message envoyé ou reçu par un Broker de message compatible stomp.

Synopsis de la classe

StompFrame {
/* Propriétés */
public $command ;
public $headers ;
public $body ;
/* Méthodes */
__construct ([ string $command [, array $headers [, string $body ]]] )
}

Propriétés

command

Commande du message.

headers

En-têtes du message (tableau).

body

Corps du message.

Sommaire

LoadingChargement en cours