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?