We are having problems with the HttpRequestNode and the headers of an old service that the HttpRequestNode doesn't handle. The vendor for that service is trying to fix that but other things need to be ...
I went to the information center to look at what you mentioned and saw the ondelete method.
Can I implement the onDelete method in my JavaComputeNode for cleanup before the node is destroyed? I need ...
I have a Java compute node (extending from MbJavaComputeNode) coded the usual way by implementing the evaluate method. My question is how is the broker calling this node? Does it create a new instan ...