Flow Target Change listener
Do RTC Java API have any listener for Flow target change from the client side. I was looking for it for some time, but quite unsuccessful. We are developing a plugin, in which we need flow target details for all our actions and based on flow target we execute the actions on our host systems. We are able to retrive it but we have designed to retrieve the flow target for each action user trigger, But flow target change is not frequent, so we want to avoid hitting the rtc server for each action user trigger, at the same time we need the latest flow target of user repository or the stream under consideration. So if we are able to capture the flow target change event from Client, that will be great use to us.
Any help or suggestions please. Thanks
|
Accepted answer
You can add a generic listener to your IWorkspaceConnection. Listen on the IWorkspaceConnection#FLOW_TABLE event.
Vijayakumar B selected this answer as the correct answer
|
One other answer
Thanks Tim, this is the exact thing i need.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.