Santino
Santino

Reputation: 137

How can I access the raw context of an IIB Message from a JavaCompute node

I'm trying to implement a JavaCompute node on an IIB 9 flow that will capture the text from the input JSON message and send it over the network to a 3rd party destination.

Looking at the message object structure, I can see a tree with all the elements of the json tree, but no obvious way to serialize that tree as a string.

Any pointers on how to tackle this would be greatly appreciated.

Upvotes: 0

Views: 481

Answers (1)

Santino
Santino

Reputation: 137

Never mind. I just figured out I need to call toBitStream

Upvotes: 0

Related Questions