For a deeper look into our Elektron API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
3 2 2 1

Elektron SDK and maven repository EMA is out of sync

I came across ema jar in maven repository and verified with ElektronSDK jar examples. I assume source code pushed in maven repository should be same as ElektronSDK.

I were looking at examples available in Elektron-sdk examples/series 200. I could notice Consumer.java has import statements like this:

  1. import com.thomsonreuters.ema.access.GenericMsg;
  2. import com.thomsonreuters.ema.access.RefreshMsg;
  3. import com.thomsonreuters.ema.access.StatusMsg;
  4. import com.thomsonreuters.ema.access.UpdateMsg;

jars available in maven repository doesn't have these packages. We cloud locate these packages in UPA jars but methods put in example like msg.payload() doesn't exist in ema jar.

Does anyone came across this scenario?

elektronrefinitiv-realtimeelektron-sdk
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
3 2 2 1

after investigation i could find the classes are available in 3.2.0.2 and methods could be found in msg interface

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
3 2 2 1

Can anyone explain methods available in series 200 updatemessage.payload(), refreshmesage.payload() servicename() from where these classes have been imported.. as methods are not available in elektron-sdk/java/core

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
3 2 2 1

I could notice classes mentioned below exist in ema-3.2.1.0 jars in elektron-sdk but not in maven repository:

  1. import com.thomsonreuters.ema.access.GenericMsg;
  2. import com.thomsonreuters.ema.access.RefreshMsg;
  3. import com.thomsonreuters.ema.access.StatusMsg;
  4. import com.thomsonreuters.ema.access.UpdateMsg;
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
3 2 2 1

Replying back to my thread. Classes are available in jars untill 3.2.0.2 these classes are not available in 3.2.1.0

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.