Deserializing from Rendezvous Message to Event
Warning: TIBCO Rendezvous channel has been deprecated and might be removed in the future release.
First level Rendezvous property values are used as values for matching event properties. Any additional (non-matching) Rendezvous properties are ignored.
The
_payload_
field contents are passed into the event payload. Supported
_payload_
field datatypes and Rendezvous wire format types are as follows:
Data Type | Wire Format Type |
---|---|
String
|
TibrvMsg.STRING |
TibrvXML
|
TibrvMsg.XML |
byte[]
|
TibrvMsg.OPAQUE TibrvMsg.I8ARRAY |
If the event defines a payload, but the incoming Rendezvous message does not have a
_payload_
field, TIBCO BusinessEvents attempts to map the entire message as the event payload.