Can I use the Hawk AMI to implement a Hawk microagent in my adapter?
book
Article ID: KB0088985
calendar_today
Updated On:
Products
Versions
TIBCO Adapter SDK
-
Not Applicable
-
Description
Resolution: Yes, you can. However it is not recommended unless you need an asynchronous Hawk method (a method that can be subscribed to by the Hawk agent). For the majority of cases, synchronous methods (request/reply methods invoked through the Hawk console) will meet your needs.
To implement a synchronous Hawk method we recommend that you use the Adapter SDK Hawk integration class: MHawkMethod and MHawkMicroagent.
Issue/Introduction
Can I use the Hawk AMI to implement a Hawk microagent in my adapter?