postback in java

pivottrading.net
Hi Sujith,

Is there any way to directly get order updates postback on java client along with the postback url ?
i understand that we might get this in Kite 3.0 on web sockets.
ANything for now before kite 3.0 is launched ?

Thanks,
Sourabh.
  • sujith
    sujith edited July 2017
    Hi Sourabh,
    You can set postback URL on your app details page and listen to post requests at that endpoint.
  • pivottrading.net
    Sujith, I am already doing that on my web url.

    But, my query is if i want order updates directly in my java program, can we do that ?
    In documentation, it is mentioned that postback has to be https. So, presently, i m getting postback on my website at https url.

    I want order updates in my java program. Something like ticks.
  • sujith
    Hi Sourabh,
    Once you get a postback on your server, you need to figure out a way to push it to your Java client.

    May be you can implement polling mechanism in your client or use websocket, wherein server will send some data to your client.
  • pivottrading.net
    ok. better i wait for Kite 3 :) instead of reinventing the same wheel which u r doing.
Sign In or Register to comment.