display

6 posts / 0 new
Last post
Offline
Last seen: 5 years 5 months ago
Joined: 10/12/2018
Posts: 7
Passing and Displaying Timestamps

I am currently working on a project that deals with the Publisher and Subscriber. Using Java as the coding language, I want to pass the value of the timestamp on the publisher side and also receive the timestamp at the Subscriber side. 

How if I invoke this method:  <writer>.register_instance_w_timestamp(instance, s_tstamp) ; 

Will it work fine? How will I pass the timestamp here as the argument and how will I get it displayed in the Subscriber output? Is there any need to convert its datatype?

Subscribe to RSS - display