Package | com.kaazing.gateway.amqp.client |
Class | public class AmqpEvent |
Inheritance | AmqpEvent ![]() |
Property | Defined by | ||
---|---|---|---|
amqpProperties : AmqpProperties
The amqpProperties field contains the content properties for message events.
| AmqpEvent | ||
args : Object | AmqpEvent | ||
body : ByteBuffer
The body field contains the payload of message events.
| AmqpEvent | ||
message : String
Holds the error message when the event is of AmqpEvent.ERROR type.
| AmqpEvent | ||
source : Object
The source field contains the reference to the object that dispatched the event.
| AmqpEvent |
Method | Defined by | ||
---|---|---|---|
AmqpEvent(sender:Object, frame:Object, headers:Object = null)
| AmqpEvent |
Constant | Defined by | ||
---|---|---|---|
BINDQUEUE : String = "bindqueue" [static]
| AmqpEvent | ||
CANCEL : String = "cancel" [static]
| AmqpEvent | ||
CLOSE : String = "close" [static]
| AmqpEvent | ||
COMMITTRANSACTION : String = "committransaction" [static]
| AmqpEvent | ||
CONSUME : String = "consume" [static]
| AmqpEvent | ||
DECLAREEXCHANGE : String = "declareexchange" [static]
| AmqpEvent | ||
DECLAREQUEUE : String = "declarequeue" [static]
| AmqpEvent | ||
DELETEEXCHANGE : String = "deleteexchange" [static]
| AmqpEvent | ||
DELETEQUEUE : String = "deletequeue" [static]
| AmqpEvent | ||
ERROR : String = "error" [static]
| AmqpEvent | ||
FLOW : String = "flow" [static]
| AmqpEvent | ||
GET : String = "get" [static]
| AmqpEvent | ||
MESSAGE : String = "message" [static]
| AmqpEvent | ||
OPEN : String = "open" [static]
| AmqpEvent | ||
PURGEQUEUE : String = "purgequeue" [static]
| AmqpEvent | ||
RECOVER : String = "recover" [static]
| AmqpEvent | ||
REJECT : String = "reject" [static]
| AmqpEvent | ||
ROLLBACKTRANSACTION : String = "rollbacktransaction" [static]
| AmqpEvent | ||
SELECTTRANSACTION : String = "selecttransaction" [static]
| AmqpEvent | ||
UNBINDQUEUE : String = "unbindqueue" [static]
| AmqpEvent |
amqpProperties | property |
public var amqpProperties:AmqpProperties
The amqpProperties field contains the content properties for message events.
args | property |
public var args:Object
body | property |
public var body:ByteBuffer
The body field contains the payload of message events.
message | property |
public var message:String
Holds the error message when the event is of AmqpEvent.ERROR type. Otherwise, it contains null.
source | property |
public var source:Object
The source field contains the reference to the object that dispatched the event. This could be either AmqpClient or AmqpChannel instance.
AmqpEvent | () | constructor |
public function AmqpEvent(sender:Object, frame:Object, headers:Object = null)
Parameters
sender:Object |
|
frame:Object |
|
headers:Object (default = null )
|
BINDQUEUE | constant |
public static const BINDQUEUE:String = "bindqueue"
CANCEL | constant |
public static const CANCEL:String = "cancel"
CLOSE | constant |
public static const CLOSE:String = "close"
COMMITTRANSACTION | constant |
public static const COMMITTRANSACTION:String = "committransaction"
CONSUME | constant |
public static const CONSUME:String = "consume"
DECLAREEXCHANGE | constant |
public static const DECLAREEXCHANGE:String = "declareexchange"
DECLAREQUEUE | constant |
public static const DECLAREQUEUE:String = "declarequeue"
DELETEEXCHANGE | constant |
public static const DELETEEXCHANGE:String = "deleteexchange"
DELETEQUEUE | constant |
public static const DELETEQUEUE:String = "deletequeue"
ERROR | constant |
public static const ERROR:String = "error"
FLOW | constant |
public static const FLOW:String = "flow"
GET | constant |
public static const GET:String = "get"
MESSAGE | constant |
public static const MESSAGE:String = "message"
OPEN | constant |
public static const OPEN:String = "open"
PURGEQUEUE | constant |
public static const PURGEQUEUE:String = "purgequeue"
RECOVER | constant |
public static const RECOVER:String = "recover"
REJECT | constant |
public static const REJECT:String = "reject"
ROLLBACKTRANSACTION | constant |
public static const ROLLBACKTRANSACTION:String = "rollbacktransaction"
SELECTTRANSACTION | constant |
public static const SELECTTRANSACTION:String = "selecttransaction"
UNBINDQUEUE | constant |
public static const UNBINDQUEUE:String = "unbindqueue"