You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to induction...@googlegroups.com
Adi,
Is it possible to make asynchronous call to Induction Controller. I just need to initiate a process using the controller which immediately returns the control back.
Thanks.
Adinath Raveendra Raj
unread,
Dec 6, 2013, 8:54:24 PM12/6/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to induction...@googlegroups.com
Controllers are synchronous, but clearly they are free to call out to services that is asynch. For example, you could submit a message to a JMS queue. In your case, your implementation to initiate the process needs to be async.